Files
fedora-infra_ansible/roles/bkernel/files/bkernel-site-defaults.cfg
Kevin Fenzi d4b609e25a bkernel: sync mock site defaults to bkernel
We want to make sure to not use bootstrap mode yet.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-07-01 12:22:18 -07:00

11 lines
526 B
INI

# mount the pesign socket into the chroot
config_opts['plugin_conf']['bind_mount_opts']['dirs'].append(('/var/run/pesign', '/var/run/pesign' ))
config_opts['plugin_conf']['package_state_enable'] = False
config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
config_opts['nosync'] = True
config_opts['nosync_force'] = True
config_opts['dnf_common_opts'] = ['--setopt=install_weak_deps=0']
config_opts['environment']['LANG'] = 'C.UTF-8'
config_opts['use_bootstrap'] = False
config_opts['dnf_warning'] = False