summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el7xscl74.cfg140
-rw-r--r--el8xscl74.cfg122
-rw-r--r--fc29xscl74.cfg146
-rw-r--r--fc30xscl74.cfg146
4 files changed, 554 insertions, 0 deletions
diff --git a/el7xscl74.cfg b/el7xscl74.cfg
new file mode 100644
index 0000000..67de572
--- /dev/null
+++ b/el7xscl74.cfg
@@ -0,0 +1,140 @@
+config_opts['root'] = 'scl74el7x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build devtoolset-8-toolchain php74-build'
+config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
+
+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.el7x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/scl74el7x"
+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']="-j6"
+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']=".el7.remi"
+config_opts['macros']['%rhel']="7"
+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']['%dtsversion']="8"
+config_opts['macros']['%dtsenable']="source /opt/rh/devtoolset-8/enable"
+config_opts['macros']['%dtsprefix']="devtoolset-8-"
+
+config_opts['environment']['ACCEPT_EULA'] = 'Y'
+
+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-scl74el7x]
+name=result
+baseurl=file:/var/lib/mock/scl74el7x/
+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/el8xscl74.cfg b/el8xscl74.cfg
new file mode 100644
index 0000000..d59c2e5
--- /dev/null
+++ b/el8xscl74.cfg
@@ -0,0 +1,122 @@
+config_opts['root'] = 'scl74el8x'
+config_opts['target_arch'] = 'x86_64'
+#config_opts['chroot_setup_cmd'] = 'install @buildsys-build'
+config_opts['chroot_setup_cmd'] = 'install bash bzip2 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 nss crypto-policies scl-utils-build php74-build'
+config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
+config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
+config_opts['releasever'] = '8'
+config_opts['package_manager'] = 'dnf'
+
+config_opts['plugin_conf']['ccache_enable'] = False
+config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.el8x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/scl74el8x"
+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']['%_topdir']="/builddir/build"
+config_opts['macros']['%scl_vendor']="remi"
+config_opts['macros']['%_scl_prefix']="/opt/remi"
+config_opts['macros']['%_smp_mflags']="-j6"
+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']=".el8.remi"
+config_opts['macros']['%rhel']="8"
+config_opts['macros']['%_with_ibase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['environment']['ACCEPT_EULA'] = 'Y'
+
+config_opts['environment']['ACCEPT_EULA'] = 'Y'
+
+config_opts['module_enable'] = ['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['yum.conf'] = """
+[main]
+keepcache=1
+debuglevel=2
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+metadata_expire=80000
+fastestmirror=1
+max_parallel_downloads=6
+modules=1
+module_hotfixes=1
+module_platform_id=platform:el8
+
+# repos
+[rhel-8-baseos]
+name=rhel-8-baseos
+baseurl=file:/mnt/rhel-8-x86_64/BaseOS/
+enabled=1
+
+[rhel-8-appstream]
+name=rhel-8-appstream
+baseurl=file:/mnt/rhel-8-x86_64/AppStream/
+enabled=1
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/8/remi/x86_64/
+enabled=1
+metadata_expire=30
+
+[remi-modular]
+name=remi modular
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/8/modular/x86_64/
+enabled=1
+metadata_expire=30
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+metadata_expire=30
+
+[remi-priv-el8]
+name=remi prive el8
+baseurl=file:/home/rpmbuild/site/rpms/priv/el8.x86_64/
+enabled=1
+metadata_expire=30
+
+[remi-bootstrap]
+name=remi bootstrap
+baseurl=file:/home/rpmbuild/site/rpms/priv/el8.noarch/
+enabled=1
+metadata_expire=30
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/8/test/x86_64/
+enabled=0
+
+[remi-debuginfo]
+name=remi-debuginfo
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/8/debug-remi/x86_64/
+enabled=1
+
+[result-scl74el8x]
+name=result-scl74el8x
+baseurl=file:/var/lib/mock/scl74el8x/
+metadata_expire=30
+enabled=1
+
+[msprod]
+name=msprod
+baseurl=https://packages.microsoft.com/rhel/7/prod/
+enabled=1
+includepkgs=msodbcsql17
+
+"""
diff --git a/fc29xscl74.cfg b/fc29xscl74.cfg
new file mode 100644
index 0000000..26ab309
--- /dev/null
+++ b/fc29xscl74.cfg
@@ -0,0 +1,146 @@
+config_opts['root'] = 'scl74fc29x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php74-build'
+config_opts['dist'] = 'fc29' # only useful for --resultdir variable subst
+config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
+config_opts['releasever'] = '29'
+config_opts['package_manager'] = 'dnf'
+
+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.fc29x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/scl74fc29x"
+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']['%_topdir']="/builddir/build"
+config_opts['macros']['%_smp_mflags']="-j6"
+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']=".fc29.remi"
+config_opts['macros']['%fedora']="29"
+config_opts['macros']['%_with_ibase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
+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/1485290
+config_opts['macros']['%_build_id_links']='none'
+
+config_opts['environment']['ACCEPT_EULA'] = 'Y'
+
+config_opts['yum.conf'] = """
+[main]
+keepcache=1
+debuglevel=2
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+metadata_expire=80000
+fastestmirror=1
+max_parallel_downloads=6
+
+# repos
+
+[fedora]
+name=fedora
+metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
+failovermethod=priority
+metadata_expire=800000
+#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-29&arch=x86_64
+#baseurl=http://fr2.rpmfind.net/linux/fedora/releases/29/Everything/x86_64/os/
+# http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/releases/29/Everything/x86_64/os/
+exclude=*.i686
+
+[updates-released]
+name=updates
+metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
+failovermethod=priority
+#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f29&arch=x86_64
+#baseurl=http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/updates/1/x86_64/
+# http://mirrors.ircam.fr/pub/fedora/linux/updates/29/x86_64/
+# http://fr2.rpmfind.net/linux/fedora/updates/29/x86_64/
+enabled=1
+exclude=*.i686
+
+[updates-testing]
+name=updates-testing
+metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
+failovermethod=priority
+#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f29&arch=x86_64
+#baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/29/x86_64/
+enabled=0
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/fedora/29/remi/x86_64/
+enabled=1
+metadata_expire=1
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+metadata_expire=1
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/fedora/29/test/x86_64/
+enabled=0
+metadata_expire=1
+
+[remi-dev]
+name=remi dev
+baseurl=file:/home/rpmbuild/site/rpms/fedora/29/devs/x86_64/
+enabled=0
+
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-29&arch=x86_64
+enabled=0
+
+[rpmfusion-free-updates]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-29&arch=x86_64
+enabled=0
+
+[rpmfusion-nonfree]
+name=rpmfusion-nonfree
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-29&arch=x86_64
+enabled=0
+
+[rpmfusion-nonfree-updates]
+name=rpmfusion-nonfree
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-29&arch=x86_64
+enabled=0
+
+[result-scl74fc29x]
+name=result-scl74fc29x
+baseurl=file:/var/lib/mock/scl74fc29x/
+enabled=1
+metadata_expire=1
+
+[result-fc29x]
+name=result-fc29x
+baseurl=file:/var/lib/mock/fc29x/
+enabled=1
+metadata_expire=1
+
+[msprod]
+name=msprod
+baseurl=https://packages.microsoft.com/rhel/7/prod/
+enabled=1
+
+"""
diff --git a/fc30xscl74.cfg b/fc30xscl74.cfg
new file mode 100644
index 0000000..f39fa16
--- /dev/null
+++ b/fc30xscl74.cfg
@@ -0,0 +1,146 @@
+config_opts['root'] = 'scl74fc30x'
+config_opts['target_arch'] = 'x86_64'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php74-build'
+config_opts['dist'] = 'fc30' # only useful for --resultdir variable subst
+config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
+config_opts['releasever'] = '30'
+config_opts['package_manager'] = 'dnf'
+
+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.fc30x/"
+
+config_opts['basedir'] = '/dev/shm/'
+config_opts['resultdir'] = "/var/lib/mock/scl74fc30x"
+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']['%_topdir']="/builddir/build"
+config_opts['macros']['%_smp_mflags']="-j6"
+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']=".fc30.remi"
+config_opts['macros']['%fedora']="30"
+config_opts['macros']['%_with_ibase']="1"
+config_opts['macros']['%_with_oci8']="1"
+config_opts['macros']['%runselftest']="1"
+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/1485300
+config_opts['macros']['%_build_id_links']='none'
+
+config_opts['environment']['ACCEPT_EULA'] = 'Y'
+
+config_opts['yum.conf'] = """
+[main]
+keepcache=1
+debuglevel=2
+reposdir=/dev/null
+logfile=/var/log/yum.log
+retries=20
+obsoletes=1
+gpgcheck=0
+assumeyes=1
+metadata_expire=80000
+fastestmirror=1
+max_parallel_downloads=6
+
+# repos
+
+[fedora]
+name=fedora
+metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
+failovermethod=priority
+metadata_expire=800000
+#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-30&arch=x86_64
+#baseurl=http://fr2.rpmfind.net/linux/fedora/releases/30/Everything/x86_64/os/
+# http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/releases/30/Everything/x86_64/os/
+exclude=*.i686
+
+[updates-released]
+name=updates
+metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
+failovermethod=priority
+#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f30&arch=x86_64
+#baseurl=http://ftp.funet.fi/pub/mirrors/ftp.redhat.com/pub/fedora/linux/updates/1/x86_64/
+# http://mirrors.ircam.fr/pub/fedora/linux/updates/30/x86_64/
+# http://fr2.rpmfind.net/linux/fedora/updates/30/x86_64/
+enabled=1
+exclude=*.i686
+
+[updates-testing]
+name=updates-testing
+metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-testing-f$releasever&arch=$basearch
+failovermethod=priority
+#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f30&arch=x86_64
+#baseurl=http://dl.fedoraproject.org/pub/fedora/linux/updates/testing/30/x86_64/
+enabled=1
+
+[remi]
+name=remi public
+baseurl=file:/home/rpmbuild/site/rpms/fedora/30/remi/x86_64/
+enabled=1
+metadata_expire=1
+
+[remi-priv]
+name=remi prive
+baseurl=file:/home/rpmbuild/site/rpms/priv/x86_64/
+enabled=1
+metadata_expire=1
+
+[remi-test]
+name=remi test
+baseurl=file:/home/rpmbuild/site/rpms/fedora/30/test/x86_64/
+enabled=0
+metadata_expire=1
+
+[remi-dev]
+name=remi dev
+baseurl=file:/home/rpmbuild/site/rpms/fedora/30/devs/x86_64/
+enabled=0
+
+[rpmfusion-free]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-30&arch=x86_64
+enabled=0
+
+[rpmfusion-free-updates]
+name=rpmfusion-free
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-30&arch=x86_64
+enabled=0
+
+[rpmfusion-nonfree]
+name=rpmfusion-nonfree
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-30&arch=x86_64
+enabled=0
+
+[rpmfusion-nonfree-updates]
+name=rpmfusion-nonfree
+mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-30&arch=x86_64
+enabled=0
+
+[result-scl74fc30x]
+name=result-scl74fc30x
+baseurl=file:/var/lib/mock/scl74fc30x/
+enabled=1
+metadata_expire=1
+
+[result-fc30x]
+name=result-fc30x
+baseurl=file:/var/lib/mock/fc30x/
+enabled=1
+metadata_expire=1
+
+[msprod]
+name=msprod
+baseurl=https://packages.microsoft.com/rhel/7/prod/
+enabled=1
+
+"""