summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el7xscl80.cfg118
-rw-r--r--el8xscl80.cfg21
-rw-r--r--fc31xscl80.cfg23
-rw-r--r--fc32xscl80.cfg23
4 files changed, 185 insertions, 0 deletions
diff --git a/el7xscl80.cfg b/el7xscl80.cfg
new file mode 100644
index 0000000..602726a
--- /dev/null
+++ b/el7xscl80.cfg
@@ -0,0 +1,118 @@
+include('el7x.tpl')
+
+config_opts['root'] = 'scl80el7x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build devtoolset-8-toolchain ccache php80-build php80-php-devel php80-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl80el7x"
+
+config_opts['macros']['%scl_vendor']="remi"
+config_opts['macros']['%_scl_prefix']="/opt/remi"
+config_opts['macros']['%nophptag']="1"
+config_opts['macros']['%dtsversion']="8"
+config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-8/enable"
+config_opts['macros']['%dtsprefix']="devtoolset-8-"
+
+config_opts['yum.conf'] = """
+[main]
+cachedir=/var/cache/yum
+debuglevel=1
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+syslog_ident=mock
+syslog_device=
+
+# repos
+[rhel-7]
+name=rhel-7
+baseurl=file:///mnt/rhel-7-x86_64/
+enabled=1
+exclude=libicu-devel
+
+[rc]
+name=rc
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server/x86_64/os/
+enabled=0
+
+[rc-optional]
+name=rc-optional
+baseurl=http://ftp.redhat.com/redhat/rhel/rc/7/Server-optional/x86_64/os/
+enabled=0
+
+[centos-base]
+name=BaseOS
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os
+failovermethod=priority
+enabled=0
+
+[centos-updates]
+name=updates
+mirrorlist=http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=updates
+failovermethod=priority
+enabled=0
+
+[epel]
+name=epel
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-7&arch=x86_64
+failovermethod=priority
+exclude=epel-rpm-macros
+enabled=1
+
+[epel-testing]
+name=epel-testing
+mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel6&arch=x86_64
+failovermethod=priority
+enabled=0
+
+[remi]
+name=remi public
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/7/remi/x86_64/
+exclude=libicu-last-devel
+enabled=1
+
+[remi-test]
+name=remi test
+baseurl=file:///home/rpmbuild/site/rpms/enterprise/7/test/x86_64/
+enabled=0
+
+[remi-priv]
+name=remi prive
+baseurl=file:///home/rpmbuild/site/rpms/priv/el7.x86_64/
+enabled=1
+
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-6&arch=x86_64
+enabled=0
+
+[rpmfusion-free-updates]
+name=rpmfusion-free-updates
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-6&arch=x86_64
+enabled=0
+
+[local]
+name=local
+baseurl=http://kojipkgs.fedoraproject.org/repos/dist-6E-epel-build/latest/x86_64/
+cost=2000
+enabled=0
+
+[result-scl80el7x]
+name=result
+baseurl=file:///var/lib/mock/scl80el7x/
+enabled=1
+
+[centos-sclo-rh]
+name=CentOS-7 - SCLo rh
+baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/
+enabled=0
+
+[msprod]
+name=msprod
+baseurl=https://packages.microsoft.com/rhel/7/prod/
+enabled=1
+includepkgs=msodbcsql17
+
+"""
+
diff --git a/el8xscl80.cfg b/el8xscl80.cfg
new file mode 100644
index 0000000..30ec6dd
--- /dev/null
+++ b/el8xscl80.cfg
@@ -0,0 +1,21 @@
+include('el8x.tpl')
+
+config_opts['root'] = 'scl80el8x'
+config_opts['resultdir'] = "/var/lib/mock/scl80el8x"
+config_opts['chroot_setup_cmd'] = 'install bash bzip2 ccache coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz scl-utils-build nss crypto-policies php80-build php80-php-devel php80-php-pear'
+
+config_opts['module_enable'] = ['subversion:1.10', 'php:7.2', 'varnish:6', 'swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'redis:remi-5.0']
+
+config_opts['macros']['%scl_vendor']="remi"
+config_opts['macros']['%_scl_prefix']="/opt/remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+
+[result-scl80el8x]
+name=result-scl80el8x
+baseurl=file:/var/lib/mock/scl80el8x/
+metadata_expire=30
+enabled=1
+
+"""
diff --git a/fc31xscl80.cfg b/fc31xscl80.cfg
new file mode 100644
index 0000000..6eaefaa
--- /dev/null
+++ b/fc31xscl80.cfg
@@ -0,0 +1,23 @@
+include('fc31x.tpl')
+
+config_opts['root'] = 'scl80fc31x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php80-build php80-php-devel php80-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl80fc31x"
+
+config_opts['macros']['%scl_vendor']="remi"
+config_opts['macros']['%_scl_prefix']="/opt/remi"
+
+config_opts['macros']['%nophptag']="1"
+# Official (but temporary) workaround for https://bugzilla.redhat.com/1484370
+#config_opts['macros']['%_debugsource_packages']="%nil"
+# workaround for https://bugzilla.redhat.com/1485310
+config_opts['macros']['%_build_id_links']='none'
+
+config_opts['yum.conf'] += """
+[result-scl80fc31x]
+name=result-scl80fc31x
+baseurl=file:/var/lib/mock/scl80fc31x/
+enabled=1
+metadata_expire=10
+
+"""
diff --git a/fc32xscl80.cfg b/fc32xscl80.cfg
new file mode 100644
index 0000000..57398c1
--- /dev/null
+++ b/fc32xscl80.cfg
@@ -0,0 +1,23 @@
+include('fc32x.tpl')
+
+config_opts['root'] = 'scl80fc32x'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php80-build php80-php-devel php80-php-pear'
+config_opts['resultdir'] = "/var/lib/mock/scl80fc32x"
+
+config_opts['macros']['%scl_vendor']="remi"
+config_opts['macros']['%_scl_prefix']="/opt/remi"
+
+config_opts['macros']['%nophptag']="1"
+# Official (but temporary) workaround for https://bugzilla.redhat.com/1484370
+#config_opts['macros']['%_debugsource_packages']="%nil"
+# workaround for https://bugzilla.redhat.com/1485310
+config_opts['macros']['%_build_id_links']='none'
+
+config_opts['yum.conf'] += """
+[result-scl80fc32x]
+name=result-scl80fc32x
+baseurl=file:///var/lib/mock/scl80fc32x/
+enabled=1
+metadata_expire=10
+
+"""