koji_builder / staging: try and enable bootstrap mode

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-11-04 11:56:10 -08:00
parent a67d0afc26
commit 98ffa66a64

View file

@ -5,5 +5,10 @@ config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
config_opts['nosync'] = True
config_opts['nosync_force'] = True
config_opts['environment']['LANG'] = 'C.UTF-8'
{% if env == "production" %}
config_opts['use_bootstrap'] = False
{% else %}
config_opts['use_bootstrap'] = True
config_opts['yum_install_command'] += " --disablerepo=rhel7-server-devtools"
{% endif %}
config_opts['dnf_warning'] = False