Merge "hound: clear git lockfiles before starting daemon"
This commit is contained in:
commit
2f230ef920
@ -5,5 +5,8 @@ else
|
|||||||
if [ ! -f /var/run/config.json ]; then
|
if [ ! -f /var/run/config.json ]; then
|
||||||
update-hound-config;
|
update-hound-config;
|
||||||
fi
|
fi
|
||||||
|
# Unclean shutdown can leave lockfiles that stop processing,
|
||||||
|
# cleanup.
|
||||||
|
find . -type f \( -wholename "*/.git/index.lock" -o -wholename "*/.git/shallow.lock" \) -delete -print
|
||||||
/usr/local/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
/usr/local/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf
|
||||||
fi
|
fi
|
||||||
|
@ -493,7 +493,7 @@
|
|||||||
- playbooks/roles/codesearch/
|
- playbooks/roles/codesearch/
|
||||||
- playbooks/roles/install-docker/
|
- playbooks/roles/install-docker/
|
||||||
- playbooks/roles/pip3/
|
- playbooks/roles/pip3/
|
||||||
- docker/codesearch/
|
- docker/hound/
|
||||||
- testinfra/test_codesearch.py
|
- testinfra/test_codesearch.py
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user