summaryrefslogtreecommitdiffstats
path: root/el6xscl73.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'el6xscl73.cfg')
-rw-r--r--el6xscl73.cfg37
1 files changed, 8 insertions, 29 deletions
diff --git a/el6xscl73.cfg b/el6xscl73.cfg
index 6a2899f..da1d97d 100644
--- a/el6xscl73.cfg
+++ b/el6xscl73.cfg
@@ -1,32 +1,11 @@
-config_opts['root'] = 'scl73el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear 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/"
+include('el6x.tpl')
-config_opts['basedir'] = '/dev/shm/'
+config_opts['root'] = 'scl73el6x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php73-build php73-php-devel php73-php-pear autoconf268'
config_opts['resultdir'] = "/var/lib/mock/scl73el6x"
-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['macros']['%dtsenable']="export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268"
@@ -46,7 +25,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]
@@ -86,17 +65,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
@@ -118,7 +97,7 @@ enabled=0
[result-scl73el6x]
name=result
-baseurl=file:/var/lib/mock/scl73el6x/
+baseurl=file:///var/lib/mock/scl73el6x/
enabled=1
"""