From 314359cbf1be870ae4c66c40787b880e0070a6c8 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 22 Mar 2021 14:58:47 +0100 Subject: [PATCH] copr-backend: increase the prune time to 14 days We'll have enough space once the /usr/bin/copr_prune_srpms.py script is run. --- 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 7a5c16308c..a7d5a54b05 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -75,7 +75,7 @@ do_sign={{ do_sign }} keygen_host={{ keygen_host }} # minimum age for builds to be pruned -prune_days=7 +prune_days=14 # logging settings # log_dir=/var/log/copr-backend/