enable dnf_warning in mock config
Fixes: https://pagure.io/koji/issue/1594
This commit is contained in:
parent
af673d985a
commit
16fb3ad162
4 changed files with 6 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
config_opts['basedir'] = '/var/lib/mock'
|
||||
config_opts['chroot_setup_cmd'] = 'groupinstall build'
|
||||
config_opts['chroothome'] = '/builddir'
|
||||
config_opts['dnf_warning'] = True
|
||||
config_opts['root'] = 'ROOTNAME'
|
||||
config_opts['rpmbuild_networking'] = False
|
||||
config_opts['rpmbuild_timeout'] = 86400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue