Fix this cron job to run as pagure instead of nobody so it can actually fix hooks.
This commit is contained in:
parent
4d82d4f9aa
commit
b10e5a2ca4
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
cron_file=ansible-git-check-perms
|
cron_file=ansible-git-check-perms
|
||||||
minute=10
|
minute=10
|
||||||
hour="0, 12"
|
hour="0, 12"
|
||||||
user=nobody
|
user=pagure
|
||||||
job="MAILTO=root /usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
|
job="/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