Configure production not to clean old repos after composes.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2018-10-01 16:32:47 +00:00
parent a86ef99e8b
commit eb19cde1f8

View file

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