mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -5,10 +5,9 @@
|
||||
cron: >
|
||||
name=git-check-perms
|
||||
cron_file=ansible-git-check-perms
|
||||
minute=10
|
||||
hour="0,12"
|
||||
minute="0,30"
|
||||
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:
|
||||
- git
|
||||
- gitolite
|
||||
|
||||
Reference in New Issue
Block a user