copr: builders: config_opts['dnf_warning'] = False

This commit is contained in:
Pavel Raiskup 2020-02-17 22:05:17 +01:00 committed by Pierre-Yves Chibon
parent 3d45c8c79d
commit 3a21950120

View file

@ -40,3 +40,7 @@ config_opts['nspawn_args'] += ['--rlimit=RLIMIT_NOFILE=10240']
# also I believe it is releated to this:
# https://github.com/rpm-software-management/mock/issues/186
config_opts['nspawn_args'] += ['--capability=cap_ipc_lock']
# bootstrap chroot is disabled by default, so we don't want to block
# the build by this warning
config_opts['dnf_warning'] = False