From 660e73967acb4004d4469420954e7979d777cccc Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 17 May 2018 16:31:23 +0200 Subject: [PATCH] Run bodhi2 new-updates-sync every minute Signed-off-by: Patrick Uiterwijk --- roles/bodhi2/backend/files/new-updates-sync.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync.cron b/roles/bodhi2/backend/files/new-updates-sync.cron index ec79558273..da138b039d 100644 --- a/roles/bodhi2/backend/files/new-updates-sync.cron +++ b/roles/bodhi2/backend/files/new-updates-sync.cron @@ -1,3 +1,3 @@ MAILTO=releng-cron@lists.fedoraproject.org -*/5 * * * * ftpsync /usr/local/bin/lock-wrapper updates-push '/usr/local/bin/new-updates-sync' +* * * * * ftpsync /usr/local/bin/lock-wrapper updates-push '/usr/local/bin/new-updates-sync'