summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el6i.cfg40
-rw-r--r--el6i.tpl28
-rw-r--r--el6i55.cfg42
-rw-r--r--el6i56.cfg44
-rw-r--r--el6i70.cfg42
-rw-r--r--el6i71.cfg42
-rw-r--r--el6i72.cfg43
-rw-r--r--el6i73.cfg43
-rw-r--r--el6x.cfg40
-rw-r--r--el6x.tpl31
-rw-r--r--el6x55.cfg42
-rw-r--r--el6x56.cfg44
-rw-r--r--el6x70.cfg42
-rw-r--r--el6x71.cfg42
-rw-r--r--el6x72.cfg43
-rw-r--r--el6x73.cfg43
-rw-r--r--el6xscl54.cfg37
-rw-r--r--el6xscl55.cfg37
-rw-r--r--el6xscl56.cfg37
-rw-r--r--el6xscl70.cfg37
-rw-r--r--el6xscl71.cfg37
-rw-r--r--el6xscl72.cfg37
-rw-r--r--el6xscl73.cfg37
23 files changed, 231 insertions, 679 deletions
diff --git a/el6i.cfg b/el6i.cfg
index e4a5be6..0f5aed6 100644
--- a/el6i.cfg
+++ b/el6i.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build 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.el6i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6i"
-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']['%_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"
+include('el6i.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,7 @@ syslog_device=
# repos
[rhel-6]
name=rhel-6
-baseurl=file:/mnt/rhel-6-i386/
+baseurl=file:///mnt/rhel-6-i386/
enabled=1
exclude=gd-devel libwebp-devel
@@ -82,17 +56,17 @@ failovermethod=priority
[remi]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/i386/
enabled=1
[remi-test]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/i386/
enabled=0
[remi-priv]
name=remi prive
-baseurl=file:/home/rpmbuild/site/rpms/priv/el6.i386/
+baseurl=file:///home/rpmbuild/site/rpms/priv/el6.i386/
exclude=oracle*12.2* oracle*18* oracle*19*
enabled=1
@@ -114,13 +88,13 @@ enabled=0
[resultel6i]
name=resultel6i
-baseurl=file:/var/lib/mock/el6i/
+baseurl=file:///var/lib/mock/el6i/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6i.tpl b/el6i.tpl
new file mode 100644
index 0000000..9852092
--- /dev/null
+++ b/el6i.tpl
@@ -0,0 +1,28 @@
+config_opts['root'] = 'el6i'
+config_opts['target_arch'] = 'i686'
+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.el6i/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/el6i"
+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']['%_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"
+
diff --git a/el6i55.cfg b/el6i55.cfg
index 5b7f66b..fedeb8f 100644
--- a/el6i55.cfg
+++ b/el6i55.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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.el6i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6i"
-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']['%_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"
+include('el6i.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,7 @@ syslog_device=
# repos
[rhel-6]
name=rhel-6
-baseurl=file:/mnt/rhel-6-i386/
+baseurl=file:///mnt/rhel-6-i386/
enabled=1
[beta]
@@ -81,22 +55,22 @@ failovermethod=priority
[remi]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/i386/
enabled=1
[remi-php55]
name=remi php55
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php55/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php55/i386/
enabled=1
[remi-test]
name=remi test
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/i386/
enabled=0
[remi-priv]
name=remi prive
-baseurl=file:/home/rpmbuild/site/rpms/priv/el6.i386/
+baseurl=file:///home/rpmbuild/site/rpms/priv/el6.i386/
exclude=oracle*12.2* oracle*18* oracle*19*
enabled=1
@@ -118,13 +92,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6i/
+baseurl=file:///var/lib/mock/el6i/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6i56.cfg b/el6i56.cfg
index 1e67843..cefb85f 100644
--- a/el6i56.cfg
+++ b/el6i56.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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.el6i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6i"
-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']['%_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"
+include('el6i.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,7 @@ syslog_device=
# repos
[rhel-6]
name=rhel-6
-baseurl=file:/mnt/rhel-6-i386/
+baseurl=file:///mnt/rhel-6-i386/
enabled=1
[beta]
@@ -81,27 +55,27 @@ failovermethod=priority
[remi]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/i386/
enabled=1
[remi-php56]
name=remi php56
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php56/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php56/i386/
enabled=1
[remi-debug56]
name=remi debug php56
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/debug-php56/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/debug-php56/i386/
enabled=1
[remi-test]
name=remi test
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/i386/
enabled=0
[remi-priv]
name=remi prive
-baseurl=file:/home/rpmbuild/site/rpms/priv/el6.i386/
+baseurl=file:///home/rpmbuild/site/rpms/priv/el6.i386/
exclude=oracle*19*
enabled=1
@@ -123,13 +97,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6i/
+baseurl=file:///var/lib/mock/el6i/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6i70.cfg b/el6i70.cfg
index 28e733e..6519d42 100644
--- a/el6i70.cfg
+++ b/el6i70.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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.el6i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6i"
-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']['%_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"
+include('el6i.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,7 @@ syslog_device=
# repos
[rhel-6]
name=rhel-6
-baseurl=file:/mnt/rhel-6-i386/
+baseurl=file:///mnt/rhel-6-i386/
enabled=1
[beta]
@@ -81,23 +55,23 @@ failovermethod=priority
[remi]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/i386/
enabled=1
exclude=php-pecl-*
[remi-php70]
name=remi php70
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php70/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php70/i386/
enabled=1
[remi-test]
name=remi test
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/i386/
enabled=0
[remi-priv]
name=remi prive
-baseurl=file:/home/rpmbuild/site/rpms/priv/el6.i386/
+baseurl=file:///home/rpmbuild/site/rpms/priv/el6.i386/
exclude=oracle*19*
enabled=1
@@ -119,13 +93,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6i/
+baseurl=file:///var/lib/mock/el6i/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6i71.cfg b/el6i71.cfg
index 45a4997..7c27bab 100644
--- a/el6i71.cfg
+++ b/el6i71.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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.el6i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6i"
-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']['%_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"
+include('el6i.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,7 @@ syslog_device=
# repos
[rhel-6]
name=rhel-6
-baseurl=file:/mnt/rhel-6-i386/
+baseurl=file:///mnt/rhel-6-i386/
enabled=1
[beta]
@@ -82,23 +56,23 @@ failovermethod=priority
[remi]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/i386/
enabled=1
exclude=php-pecl-*
[remi-php71]
name=remi php71
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php71/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php71/i386/
enabled=1
[remi-test]
name=remi test
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/i386/
enabled=0
[remi-priv]
name=remi prive
-baseurl=file:/home/rpmbuild/site/rpms/priv/el6.i386/
+baseurl=file:///home/rpmbuild/site/rpms/priv/el6.i386/
exclude=oracle*19*
enabled=1
@@ -120,13 +94,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6i/
+baseurl=file:///var/lib/mock/el6i/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6i72.cfg b/el6i72.cfg
index 785cb49..d27696c 100644
--- a/el6i72.cfg
+++ b/el6i72.cfg
@@ -1,30 +1,5 @@
-config_opts['root'] = 'el6i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build 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.el6i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6i"
-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']['%_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"
+include('el6i.tpl')
+
config_opts['macros']['%dtsenable']="export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268"
config_opts['yum.conf'] = """
@@ -43,7 +18,7 @@ syslog_device=
# repos
[rhel-6]
name=rhel-6
-baseurl=file:/mnt/rhel-6-i386/
+baseurl=file:///mnt/rhel-6-i386/
enabled=1
[beta]
@@ -83,23 +58,23 @@ failovermethod=priority
[remi]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/i386/
enabled=1
exclude=php-pecl-*
[remi-php72]
name=remi php72
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php72/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php72/i386/
enabled=1
[remi-test]
name=remi test
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/i386/
enabled=0
[remi-priv]
name=remi prive
-baseurl=file:/home/rpmbuild/site/rpms/priv/el6.i386/
+baseurl=file:///home/rpmbuild/site/rpms/priv/el6.i386/
exclude=oracle*19*
enabled=1
@@ -121,13 +96,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6i/
+baseurl=file:///var/lib/mock/el6i/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6i73.cfg b/el6i73.cfg
index cdf49b8..5131676 100644
--- a/el6i73.cfg
+++ b/el6i73.cfg
@@ -1,30 +1,5 @@
-config_opts['root'] = 'el6i'
-config_opts['target_arch'] = 'i686'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build 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.el6i/"
-
-config_opts['basedir'] = '/dev/shm/'
-config_opts['resultdir'] = "/var/lib/mock/el6i"
-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']['%_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"
+include('el6i.tpl')
+
config_opts['macros']['%dtsenable']="export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268"
config_opts['yum.conf'] = """
@@ -43,7 +18,7 @@ syslog_device=
# repos
[rhel-6]
name=rhel-6
-baseurl=file:/mnt/rhel-6-i386/
+baseurl=file:///mnt/rhel-6-i386/
enabled=1
[beta]
@@ -83,23 +58,23 @@ failovermethod=priority
[remi]
name=remi public
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/remi/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/remi/i386/
enabled=1
exclude=php-pecl-*
[remi-php73]
name=remi php73
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php73/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php73/i386/
enabled=1
[remi-test]
name=remi test
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/test/i386/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/test/i386/
enabled=0
[remi-priv]
name=remi prive
-baseurl=file:/home/rpmbuild/site/rpms/priv/el6.i386/
+baseurl=file:///home/rpmbuild/site/rpms/priv/el6.i386/
exclude=oracle*19*
enabled=1
@@ -121,13 +96,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6i/
+baseurl=file:///var/lib/mock/el6i/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6x.cfg b/el6x.cfg
index 213f361..55ec6c6 100644
--- a/el6x.cfg
+++ b/el6x.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build 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['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"
+include('el6x.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,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
exclude=gd-devel libwebp-devel
@@ -82,17 +56,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*12.2* oracle*18* oracle*19*
enabled=1
@@ -114,13 +88,13 @@ enabled=0
[resultel6x]
name=resultel6x
-baseurl=file:/var/lib/mock/el6x/
+baseurl=file:///var/lib/mock/el6x/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6x.tpl b/el6x.tpl
new file mode 100644
index 0000000..26184e0
--- /dev/null
+++ b/el6x.tpl
@@ -0,0 +1,31 @@
+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 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"
+
diff --git a/el6x55.cfg b/el6x55.cfg
index 243b4b9..0a1fef6 100644
--- a/el6x55.cfg
+++ b/el6x55.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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/"
-
-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['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"
+include('el6x.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,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]
@@ -81,22 +55,22 @@ 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-php55]
name=remi php55
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php55/x86_64/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php55/x86_64/
enabled=1
[remi-test]
name=remi test
-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*12.2* oracle*18* oracle*19*
enabled=1
@@ -118,13 +92,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6x/
+baseurl=file:///var/lib/mock/el6x/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6x56.cfg b/el6x56.cfg
index 81cff31..c689b1c 100644
--- a/el6x56.cfg
+++ b/el6x56.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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/"
-
-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['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"
+include('el6x.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,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]
@@ -81,27 +55,27 @@ 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-php56]
name=remi php56
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php56/x86_64/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php56/x86_64/
enabled=1
[remi-debug56]
name=remi debug php56
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/debug-php56/x86_64/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/debug-php56/x86_64/
enabled=1
[remi-test]
name=remi test
-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
@@ -123,13 +97,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6x/
+baseurl=file:///var/lib/mock/el6x/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6x70.cfg b/el6x70.cfg
index e6239c4..868b44e 100644
--- a/el6x70.cfg
+++ b/el6x70.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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/"
-
-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['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"
+include('el6x.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,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]
@@ -81,23 +55,23 @@ 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
exclude=php-pecl-*
[remi-php70]
name=remi php70
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php70/x86_64/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php70/x86_64/
enabled=1
[remi-test]
name=remi test
-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
@@ -119,13 +93,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6x/
+baseurl=file:///var/lib/mock/el6x/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6x71.cfg b/el6x71.cfg
index e941502..d053856 100644
--- a/el6x71.cfg
+++ b/el6x71.cfg
@@ -1,30 +1,4 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-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/"
-
-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['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"
+include('el6x.tpl')
config_opts['yum.conf'] = """
[main]
@@ -42,7 +16,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]
@@ -81,23 +55,23 @@ 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
exclude=php-pecl-*
[remi-php71]
name=remi php71
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php71/x86_64/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php71/x86_64/
enabled=1
[remi-test]
name=remi test
-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
@@ -119,13 +93,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6x/
+baseurl=file:///var/lib/mock/el6x/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6x72.cfg b/el6x72.cfg
index 8a94634..2bfe235 100644
--- a/el6x72.cfg
+++ b/el6x72.cfg
@@ -1,30 +1,5 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build 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['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"
+include('el6x.tpl')
+
config_opts['macros']['%dtsenable']="export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268"
config_opts['yum.conf'] = """
@@ -43,7 +18,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]
@@ -82,23 +57,23 @@ 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
exclude=php-pecl-*
[remi-php72]
name=remi php72
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php72/x86_64/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php72/x86_64/
enabled=1
[remi-test]
name=remi test
-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
@@ -120,13 +95,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6x/
+baseurl=file:///var/lib/mock/el6x/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6x73.cfg b/el6x73.cfg
index e588a69..4b24e91 100644
--- a/el6x73.cfg
+++ b/el6x73.cfg
@@ -1,30 +1,5 @@
-config_opts['root'] = 'el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build 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['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"
+include('el6x.tpl')
+
config_opts['macros']['%dtsenable']="export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268"
config_opts['yum.conf'] = """
@@ -43,7 +18,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]
@@ -82,23 +57,23 @@ 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
exclude=php-pecl-*
[remi-php73]
name=remi php73
-baseurl=file:/home/rpmbuild/site/rpms/enterprise/6/php73/x86_64/
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/6/php73/x86_64/
enabled=1
[remi-test]
name=remi test
-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
@@ -120,13 +95,13 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/el6x/
+baseurl=file:///var/lib/mock/el6x/
enabled=1
[python27]
name=python27
#baseurl=http://people.redhat.com/bkabrda/python27-rhel-6/
-baseurl=file:/home/rpmbuild/site/rpms/priv/python27-rhel-6/
+baseurl=file:///home/rpmbuild/site/rpms/priv/python27-rhel-6/
enabled=1
"""
diff --git a/el6xscl54.cfg b/el6xscl54.cfg
index 9ea0a48..9e8e1e9 100644
--- a/el6xscl54.cfg
+++ b/el6xscl54.cfg
@@ -1,32 +1,11 @@
-config_opts['root'] = 'scl54el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php54-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'] = 'scl54el6x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php54-build'
config_opts['resultdir'] = "/var/lib/mock/scl54el6x"
-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*12.2* oracle*18* oracle*19*
enabled=1
@@ -117,7 +96,7 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/scl54el6x/
+baseurl=file:///var/lib/mock/scl54el6x/
enabled=1
"""
diff --git a/el6xscl55.cfg b/el6xscl55.cfg
index a803f15..7b9c909 100644
--- a/el6xscl55.cfg
+++ b/el6xscl55.cfg
@@ -1,32 +1,11 @@
-config_opts['root'] = 'scl55el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php55-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'] = 'scl55el6x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php55-build'
config_opts['resultdir'] = "/var/lib/mock/scl55el6x"
-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*12.2* oracle*18* oracle*19*
enabled=1
@@ -117,7 +96,7 @@ enabled=0
[result]
name=result
-baseurl=file:/var/lib/mock/scl55el6x/
+baseurl=file:///var/lib/mock/scl55el6x/
enabled=1
"""
diff --git a/el6xscl56.cfg b/el6xscl56.cfg
index cbf3096..a5ed7cc 100644
--- a/el6xscl56.cfg
+++ b/el6xscl56.cfg
@@ -1,32 +1,11 @@
-config_opts['root'] = 'scl56el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear'
-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'] = 'scl56el6x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php56-build php56-php-devel php56-php-pear'
config_opts['resultdir'] = "/var/lib/mock/scl56el6x"
-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]
name=result
-baseurl=file:/var/lib/mock/scl56el6x/
+baseurl=file:///var/lib/mock/scl56el6x/
enabled=1
"""
diff --git a/el6xscl70.cfg b/el6xscl70.cfg
index 9f3bcbf..99158ae 100644
--- a/el6xscl70.cfg
+++ b/el6xscl70.cfg
@@ -1,32 +1,11 @@
-config_opts['root'] = 'scl70el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-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'] = 'scl70el6x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php70-build'
config_opts['resultdir'] = "/var/lib/mock/scl70el6x"
-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]
name=result
-baseurl=file:/var/lib/mock/scl70el6x/
+baseurl=file:///var/lib/mock/scl70el6x/
enabled=1
"""
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
"""
diff --git a/el6xscl72.cfg b/el6xscl72.cfg
index 63bb1aa..119e928 100644
--- a/el6xscl72.cfg
+++ b/el6xscl72.cfg
@@ -1,32 +1,11 @@
-config_opts['root'] = 'scl72el6x'
-config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-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'] = 'scl72el6x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php72-build php72-php-devel php72-php-pear autoconf268'
config_opts['resultdir'] = "/var/lib/mock/scl72el6x"
-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-scl72el6x]
name=result
-baseurl=file:/var/lib/mock/scl72el6x/
+baseurl=file:///var/lib/mock/scl72el6x/
enabled=1
"""
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
"""