From 0f9e88386b574abfa20fc80ad9be295e22a04846 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Feb 2020 16:51:44 +0100 Subject: forgive bootstrap build for now --- el7x.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'el7x.tpl') diff --git a/el7x.tpl b/el7x.tpl index 6c61c2f..466e323 100644 --- a/el7x.tpl +++ b/el7x.tpl @@ -12,8 +12,8 @@ config_opts['cleanup_on_failure'] = False config_opts['createrepo_on_rpms'] = True config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm' -config_opts['package_manager'] = 'yum' -config_opts['use_bootstrap'] = True +#config_opts['package_manager'] = 'dnf' +#config_opts['use_bootstrap'] = False config_opts['macros']['%_smp_mflags']="-j10" config_opts['macros']['%vendor']="Remi Collet" -- cgit