From 81ceb6a59ab49c577f602e30a050cc11736746f6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 1 Mar 2019 12:35:26 +0000 Subject: [PATCH] [koji/garbage collection] If you really want this to run.. put a locker on it --- roles/koji_hub/files/koji-gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/files/koji-gc b/roles/koji_hub/files/koji-gc index d61823b516..517361acf5 100644 --- a/roles/koji_hub/files/koji-gc +++ b/roles/koji_hub/files/koji-gc @@ -3,4 +3,4 @@ SCRIPT=/usr/sbin/koji-gc MAILTO=releng-cron@lists.fedoraproject.org 0 8 * * * apache $SCRIPT --action=delete 0 10 * * * apache $SCRIPT --action=prune -0 9 * * * apache $SCRIPT --action=trash +0 9 * * * apache /usr/local/bin/lock-wrapper koji-gc $SCRIPT --action=trash