From 12c44c270305101a5398b61b4263740d26a7f0d6 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Thu, 30 Aug 2018 15:04:10 +0000 Subject: [PATCH] Configure staging Bodhi not to clean up old mashes. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/production.ini.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index a44ffab05d..511060110a 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -158,6 +158,11 @@ 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. # mash_stage_dir =