Add missing config_opts['rpmbuild_networking'] to mock test data
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
5b2014f8c0
commit
16a4850ea3
3 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ config_opts['chroot_setup_cmd'] = 'groupinstall build'
|
|||
config_opts['chroothome'] = '/builddir'
|
||||
config_opts['internal_dev_setup'] = False
|
||||
config_opts['root'] = 'ROOTNAME'
|
||||
config_opts['rpmbuild_networking'] = False
|
||||
config_opts['rpmbuild_timeout'] = 86400
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['use_host_resolv'] = False
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ config_opts['chroot_setup_cmd'] = 'groupinstall build'
|
|||
config_opts['chroothome'] = '/builddir'
|
||||
config_opts['internal_dev_setup'] = True
|
||||
config_opts['root'] = 'ROOTNAME'
|
||||
config_opts['rpmbuild_networking'] = False
|
||||
config_opts['rpmbuild_timeout'] = 86400
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['use_host_resolv'] = False
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ config_opts['basedir'] = '/var/lib/mock'
|
|||
config_opts['chroot_setup_cmd'] = 'groupinstall build'
|
||||
config_opts['chroothome'] = '/builddir'
|
||||
config_opts['root'] = 'ROOTNAME'
|
||||
config_opts['rpmbuild_networking'] = False
|
||||
config_opts['rpmbuild_timeout'] = 86400
|
||||
config_opts['target_arch'] = 'x86_64'
|
||||
config_opts['use_host_resolv'] = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue