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
|
||||
minute=10
|
||||
hour="0, 12"
|
||||
user=nobody
|
||||
job="MAILTO=root /usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
|
||||
user=pagure
|
||||
job="/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
|
||||
tags:
|
||||
- git
|
||||
- gitolite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue