Configure staging Bodhi not to clean up old mashes.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
d9191fee97
commit
12c44c2703
1 changed files with 5 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue