koji_builder / mock site defaults: remove filelists option
An explicit provides for /usr/libexec/platform-python was added to platform-python in RHEL 8. https://access.redhat.com/errata/RHSA-2024:6975 This solves the original reason for needing the filelists option, so it should be safe to remove. This will make bootstrap chroot creation faster for all builds, not just EPEL 8. https://pagure.io/releng/issue/12199 Signed-off-by: Carl George <carlwgeorge@gmail.com>
This commit is contained in:
parent
38fa375e0a
commit
f40ad8262a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
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', '--setopt=optional_metadata_types=filelists']
|
||||
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
|
||||
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
|
||||
#config_opts['nosync'] = True
|
||||
#config_opts['nosync_force'] = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue