koji_builder / mock / site-defaults: disable nosync in prod too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5bc6dd435f
commit
84b9d7bcc3
1 changed files with 2 additions and 4 deletions
|
@ -2,10 +2,8 @@ config_opts['plugin_conf']['package_state_enable'] = False
|
|||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||||
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
|
||||
{% if env != "staging" %}
|
||||
config_opts['nosync'] = True
|
||||
config_opts['nosync_force'] = True
|
||||
{% endif %}
|
||||
#config_opts['nosync'] = True
|
||||
#config_opts['nosync_force'] = True
|
||||
config_opts['environment']['LANG'] = 'C.UTF-8'
|
||||
config_opts['use_bootstrap'] = True
|
||||
config_opts['yum_install_command'] += " -x devtoolset*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue