From 7d6f485a0e9b29692932111e1d42e5c75f63cdf5 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 13 Oct 2017 17:02:53 +0200 Subject: [PATCH] Fix the post-receive hooks on dist-git, twice a day --- roles/gitolite/check_fedmsg_hooks/tasks/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roles/gitolite/check_fedmsg_hooks/tasks/main.yml b/roles/gitolite/check_fedmsg_hooks/tasks/main.yml index 6199c37dad..8766c8ecdf 100644 --- a/roles/gitolite/check_fedmsg_hooks/tasks/main.yml +++ b/roles/gitolite/check_fedmsg_hooks/tasks/main.yml @@ -6,10 +6,9 @@ name=git-check-perms cron_file=ansible-git-check-perms minute=10 - hour=0 - weekday=3 + hour="0, 12" user=nobody - job="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook" + job="MAILTO=root PATH=/usr/bin:/usr/local/bin/git-check-perms /srv/git/repositories --check=fedmsg-hook -f" tags: - git - gitolite