fix invocation of git-check-perms. This is needed to setup hooks on new packages as they are added

This commit is contained in:
Kevin Fenzi 2018-03-09 19:01:56 +00:00
parent 1ad3c43c45
commit 5bbb1c5f5e
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@
name="check-update-hooks" cron_file="ansible-check-update-hooks" name="check-update-hooks" cron_file="ansible-check-update-hooks"
minute=0 hour=0 weekday=3 minute=0 hour=0 weekday=3
user=nobody user=nobody
job="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms --check=update-hook /srv/git/repositories" job="/usr/local/bin/git-check-perms --check=update-hook /srv/git/repositories"
tags: tags:
- distgit - distgit

View file

@ -8,7 +8,7 @@
minute=10 minute=10
hour="0, 12" hour="0, 12"
user=nobody user=nobody
job="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f" job="MAILTO=root /usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
tags: tags:
- git - git
- gitolite - gitolite