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 --- el6i.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'el6i.tpl') diff --git a/el6i.tpl b/el6i.tpl index d270e45..0124ca8 100644 --- a/el6i.tpl +++ b/el6i.tpl @@ -16,9 +16,9 @@ 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['yum_install_command'] = 'install elfutils-libelf yum yum-utils' +#config_opts['package_manager'] = 'yum' +#config_opts['use_bootstrap'] = True +#config_opts['yum_install_command'] = 'install elfutils-libelf yum yum-utils' config_opts['macros']['%_smp_mflags']="-j10" config_opts['macros']['%vendor']="Remi Collet" -- cgit