Add new option for mock option - bootstrap_image_ready
Fixes: https://pagure.io/koji/issue/3958
This commit is contained in:
parent
9ba4398211
commit
1c923edcc8
4 changed files with 12 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ config_opts['macros']['%distribution'] = 'Koji Testing'
|
|||
'mock.yum.best': 10,
|
||||
'mock.bootstrap_image': 'bootstrap_image_content',
|
||||
'mock.use_bootstrap': True,
|
||||
'mock.bootstrap_image_ready': True,
|
||||
'mock.module_setup_commands': 'module_setup_commands_content',
|
||||
'mock.releasever': 'releasever_content',
|
||||
},
|
||||
|
|
@ -297,6 +298,7 @@ config_opts['macros']['%distribution'] = 'Koji Testing'
|
|||
'releasever': 'releasever_content',
|
||||
'use_bootstrap': True,
|
||||
'use_bootstrap_image': True,
|
||||
'bootstrap_image_ready': True,
|
||||
'yum_best': 10,
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue