From 251a02134dab563a958fac258b1a8dae271260f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Feb 2020 10:02:37 +0100 Subject: cleanup EL6 configuration files --- el6xscl71.cfg | 37 ++++++++----------------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'el6xscl71.cfg') diff --git a/el6xscl71.cfg b/el6xscl71.cfg index 572f9e6..2968b67 100644 --- a/el6xscl71.cfg +++ b/el6xscl71.cfg @@ -1,32 +1,11 @@ -config_opts['root'] = 'scl71el6x' -config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-build' -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/" +include('el6x.tpl') -config_opts['basedir'] = '/dev/shm/' +config_opts['root'] = 'scl71el6x' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php71-build' config_opts['resultdir'] = "/var/lib/mock/scl71el6x" -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['macros']['%scl_vendor']="remi" config_opts['macros']['%_scl_prefix']="/opt/remi" -config_opts['macros']['%_smp_mflags']="-j10" -config_opts['macros']['%vendor']="Remi Collet" -config_opts['macros']['%packager']="https://blog.remirepo.net/" -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" config_opts['macros']['%nophptag']="1" config_opts['yum.conf'] = """ @@ -45,7 +24,7 @@ syslog_device= # repos [rhel-6] name=rhel-6 -baseurl=file:/mnt/rhel-6-x86_64/ +baseurl=file:///mnt/rhel-6-x86_64/ enabled=1 [beta] @@ -85,17 +64,17 @@ failovermethod=priority [remi] name=remi public -baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/x86_64/ +baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/x86_64/ enabled=1 [remi-test] name=remi public -baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/x86_64/ +baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/x86_64/ enabled=0 [remi-priv] name=remi prive -baseurl=file:/home/rpmbuild/site/rpms/priv/el6.x86_64/ +baseurl=file:///home/rpmbuild/site/rpms/priv/el6.x86_64/ exclude=oracle*19* enabled=1 @@ -117,7 +96,7 @@ enabled=0 [result-scl71el6x] name=result -baseurl=file:/var/lib/mock/scl71el6x/ +baseurl=file:///var/lib/mock/scl71el6x/ enabled=1 """ -- cgit