mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 01:53:05 +08:00
It is better to keep the Mock's default for `nspawn_args`, and just
append to them (mock can change that configuration option dynamically).
Complements: b6669bc5f6
12 lines
585 B
INI
12 lines
585 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['nspawn_args'] += ['--bind=/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
|