Fix the check-update-hooks, repos are in /srv

This commit is contained in:
Pierre-Yves Chibon 2015-01-27 17:14:30 +01:00
parent 201cb9c4c2
commit 14eeee7437

View file

@ -92,7 +92,7 @@
name="check-update-hooks" cron_file="ansible-check-update-hooks"
minute=0 hour=0 weekday=3
user=nobody
job="MAILTO=root PATH=/usr/bin:/usr/local/bin git check-perms --check=update-hook /src/git/rpms}}"
job="MAILTO=root PATH=/usr/bin:/usr/local/bin git check-perms --check=update-hook /srv/git/rpms}}"
# -- Gitolite --------------------------------------------
# This is the permission management for package maintainers, using Gitolite.