Configure staging Bodhi not to clean up old mashes.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-08-30 15:04:10 +00:00
parent d9191fee97
commit 12c44c2703

View file

@ -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 =