koji_builder / stg: try and set package_manager in site defaults for new mock

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-03-24 17:25:03 +00:00 committed by Pierre-Yves Chibon
parent bdf29e07e0
commit 2bb0506abb

View file

@ -7,15 +7,5 @@ config_opts['nosync_force'] = True
config_opts['environment']['LANG'] = 'C.UTF-8'
config_opts['use_bootstrap'] = False
{% if env == 'staging' %}
if config_opts['chroot_name'].startswith('koji/epel8'):
config_opts['dnf_common_opts'] = ['--setopt=module_platform_id=platform:el8']
#config_opts['use_bootstrap_container'] = True
#config_opts['dnf_install_command'] = 'install dnf dnf-plugins-core redhat-release'
##config_opts['plugin_conf']['tmpfs_enable'] = True
#config_opts['plugin_conf']['tmpfs_opts'] = {}
#config_opts['plugin_conf']['tmpfs_opts']['required_ram_mb'] = 1024
#config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '6g'
#config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
#config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
#
config_opts['package_manager'] = 'yum'
{% endif %}