Fix the git-check-perms cron jobs
This commit is contained in:
parent
254fcc0f13
commit
a1fd28c04c
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,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="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms --check=update-hook /srv/git/repositories"
|
||||||
tags:
|
tags:
|
||||||
- distgit
|
- distgit
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,4 @@
|
||||||
hour=0
|
hour=0
|
||||||
weekday=3
|
weekday=3
|
||||||
user=nobody
|
user=nobody
|
||||||
job="MAILTO=root PATH=/usr/bin:/usr/local/bin git check-perms /git --check=fedmsg-hook"
|
job="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue