mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
koji_builder: try telling dnf to download filelists in prod
This sort of seemed to work in staging (although there is some issue with staging koji). So, lets try it in production. It will make all the boostrap repo regens a little slower, but it should get epel8 back working hopefully for now. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
config_opts['plugin_conf']['package_state_enable'] = False
|
||||
config_opts['plugin_conf']['ccache_enable'] = False
|
||||
{% if env == "staging" %}
|
||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0', '--setopt=optional_metadata_types=filelists']
|
||||
{% else %}
|
||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||||
{% endif %}
|
||||
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
|
||||
#config_opts['nosync'] = True
|
||||
#config_opts['nosync_force'] = True
|
||||
|
||||
Reference in New Issue
Block a user