From eb19cde1f8e75500414fea1d18d4cb5b79030528 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 1 Oct 2018 16:32:47 +0000 Subject: [PATCH] Configure production not to clean old repos after composes. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/production.ini.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 511060110a..c8e7964d55 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -158,10 +158,8 @@ mash_dir = /mnt/koji/compose/updates/ # max_concurrent_mashes = 2 max_concurrent_mashes = 3 -{% if env == 'staging' %} # Whether to clean old composes at the end of each run. clean_old_composes = false -{% endif %} # Where to symlink the latest repos by their tag name. You can use %(here)s to reference the # location of this file.