Configure production not to clean old repos after composes.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
a86ef99e8b
commit
eb19cde1f8
1 changed files with 0 additions and 2 deletions
|
@ -158,10 +158,8 @@ mash_dir = /mnt/koji/compose/updates/
|
||||||
# max_concurrent_mashes = 2
|
# max_concurrent_mashes = 2
|
||||||
max_concurrent_mashes = 3
|
max_concurrent_mashes = 3
|
||||||
|
|
||||||
{% if env == 'staging' %}
|
|
||||||
# Whether to clean old composes at the end of each run.
|
# Whether to clean old composes at the end of each run.
|
||||||
clean_old_composes = false
|
clean_old_composes = false
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Where to symlink the latest repos by their tag name. You can use %(here)s to reference the
|
# Where to symlink the latest repos by their tag name. You can use %(here)s to reference the
|
||||||
# location of this file.
|
# location of this file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue