summaryrefslogtreecommitdiffstats
path: root/el6i.tpl
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-20 16:51:44 +0100
committerRemi Collet <remi@remirepo.net>2020-02-20 16:51:44 +0100
commit0f9e88386b574abfa20fc80ad9be295e22a04846 (patch)
tree66e363d6e4d23a697786b5ac259de6131238c7de /el6i.tpl
parent7aa4270cce3763e1b792f78a8936bfc0e8be8777 (diff)
forgive bootstrap build for now
Diffstat (limited to 'el6i.tpl')
-rw-r--r--el6i.tpl6
1 files changed, 3 insertions, 3 deletions
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"