summaryrefslogtreecommitdiffstats
path: root/el6x.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'el6x.tpl')
-rw-r--r--el6x.tpl31
1 files changed, 0 insertions, 31 deletions
diff --git a/el6x.tpl b/el6x.tpl
deleted file mode 100644
index ed0e261..0000000
--- a/el6x.tpl
+++ /dev/null
@@ -1,31 +0,0 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache autoconf268'
-config_opts['dist'] = 'el6' # only useful for --resultdir variable subst
-config_opts['use_nspawn'] = False
-
-config_opts['plugin_conf']['ccache_enable'] = True
-config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
-config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el6x/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6x"
-config_opts['cleanup_on_success'] = True
-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['macros']['%_smp_mflags']="-j10"
-config_opts['macros']['%vendor']="Remi's RPM repository <https://rpms.remirepo.net/>"
-config_opts['macros']['%packager']="Remi Collet"
-config_opts['macros']['%bugurl']="https://forum.remirepo.net/"
-config_opts['macros']['%dist']=".el6.remi"
-config_opts['macros']['%rhel']="6"
-config_opts['macros']['%_with_ibase']="1"
-config_opts['macros']['%_with_oci8']="1"
-config_opts['macros']['%runselftest']="1"
-