From 493ec4fc5b5f33ef099499f0db4fabc03fc56426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 3 Sep 2019 10:51:40 +0200 Subject: [PATCH] copr: set prune_days to 7 we are running out ouf space, try saving the space more aggresively --- roles/copr/backend/templates/copr-be.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index fb5c156287..88f2f1589e 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -111,7 +111,7 @@ do_sign={{ do_sign }} keygen_host={{ keygen_host }} # minimum age for builds to be pruned -prune_days=14 +prune_days=7 dist_git_url=http://{{ dist_git_base_url }}/git