fix invocation of git-check-perms. This is needed to setup hooks on new packages as they are added
This commit is contained in:
parent
1ad3c43c45
commit
5bbb1c5f5e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue