From 97998c04d61dcfc2b3ba6418319d771f2dec6004 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Mon, 31 Aug 2015 11:38:36 +0000 Subject: [PATCH] Try silencing koschei cron when no error --- roles/koschei/templates/cron-db-cleanup.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koschei/templates/cron-db-cleanup.j2 b/roles/koschei/templates/cron-db-cleanup.j2 index 7bf98fe082..d5238a9af1 100644 --- a/roles/koschei/templates/cron-db-cleanup.j2 +++ b/roles/koschei/templates/cron-db-cleanup.j2 @@ -1,5 +1,5 @@ SHELL=/bin/bash MAILTO=sysadmin-koschei-members@fedoraproject.org -0 3 * * * koschei koschei-admin cleanup --older-than 6 +0 3 * * * koschei koschei-admin cleanup --older-than 6 >/dev/null #0 4,10,16,22 * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package; VACUUM FULL ANALYZE package;' -*/15 * * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package' +*/15 * * * * koschei psql -h {{ koschei_pgsql_hostname }} -d koschei -U koscheiadmin <<< 'VACUUM ANALYZE package' >/dev/null