koji_builder / staging: try and enable bootstrap mode
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a67d0afc26
commit
98ffa66a64
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue