Fix the cron job fixing the git hooks and run it more frequently
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
bb8aa762c8
commit
cd393dba54
1 changed files with 2 additions and 3 deletions
|
@ -5,10 +5,9 @@
|
||||||
cron: >
|
cron: >
|
||||||
name=git-check-perms
|
name=git-check-perms
|
||||||
cron_file=ansible-git-check-perms
|
cron_file=ansible-git-check-perms
|
||||||
minute=10
|
minute="0,30"
|
||||||
hour="0,12"
|
|
||||||
user=pagure
|
user=pagure
|
||||||
job="/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f"
|
job="/usr/local/bin/distgit_check_hook.py"
|
||||||
tags:
|
tags:
|
||||||
- git
|
- git
|
||||||
- gitolite
|
- gitolite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue