koji_builder: set use_bootstrap to false for new mock

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-03-23 15:35:02 +00:00 committed by Pierre-Yves Chibon
parent 72c1ab7512
commit 0fe0e70b92

View file

@ -5,6 +5,7 @@ config_opts['macros']['%bugurl'] = 'https://bugz.fedoraproject.org/%name'
config_opts['nosync'] = True
config_opts['nosync_force'] = True
config_opts['environment']['LANG'] = 'C.UTF-8'
config_opts['use_bootstrap'] = False
{% if env == 'staging' %}
if config_opts['chroot_name'].startswith('koji/epel8'):
config_opts['dnf_common_opts'] = ['--setopt=module_platform_id=platform:el8']