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:
Pierre-Yves Chibon 2018-04-25 10:38:44 +02:00
parent bb8aa762c8
commit cd393dba54

View file

@ -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