From caeeb0c31e562e6c4f7acbe3737944fa4136b0c3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 17 May 2018 16:35:04 +0200 Subject: [PATCH] Use --silent for bodhi new-updates-sync 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 da138b039d..f9dd3818b0 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 -* * * * * 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' --silent