summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el10a85.cfg31
-rw-r--r--el10x85.cfg31
-rw-r--r--el8a85.cfg30
-rw-r--r--el8x85.cfg31
-rw-r--r--el9a85.cfg31
-rw-r--r--el9x85.cfg37
-rw-r--r--fc41a85.cfg34
-rw-r--r--fc41x85.cfg34
-rw-r--r--fc42a85.cfg34
-rw-r--r--fc42x85.cfg34
-rw-r--r--fc43a85.cfg34
-rw-r--r--fc43x85.cfg34
12 files changed, 395 insertions, 0 deletions
diff --git a/el10a85.cfg b/el10a85.cfg
new file mode 100644
index 0000000..5559939
--- /dev/null
+++ b/el10a85.cfg
@@ -0,0 +1,31 @@
+import datetime;
+
+include('el10a.tpl')
+
+config_opts['root'] = 'el10a85'
+config_opts['resultdir'] = "/var/lib/mock/el10a85"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="10000" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.el10.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-el10a85]
+name=result-el10a85
+baseurl=file:/var/lib/mock/el10a85/
+metadata_expire=15
+skip_if_unavailable=True
+enabled=1
+module_hotfixes=1
+
+"""
diff --git a/el10x85.cfg b/el10x85.cfg
new file mode 100644
index 0000000..ec2ba87
--- /dev/null
+++ b/el10x85.cfg
@@ -0,0 +1,31 @@
+import datetime;
+
+include('el10x.tpl')
+
+config_opts['root'] = 'el10x85'
+config_opts['resultdir'] = "/var/lib/mock/el10x85"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="10000" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.el10.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-el10x85]
+name=result-el10x85
+baseurl=file:/var/lib/mock/el10x85/
+metadata_expire=15
+skip_if_unavailable=True
+enabled=1
+module_hotfixes=1
+
+"""
diff --git a/el8a85.cfg b/el8a85.cfg
new file mode 100644
index 0000000..7c29bfa
--- /dev/null
+++ b/el8a85.cfg
@@ -0,0 +1,30 @@
+import datetime;
+
+include('el8a.tpl')
+
+config_opts['root'] = 'el8a85'
+config_opts['resultdir'] = "/var/lib/mock/el8a85"
+
+config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.5', 'redis:remi-7.2']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="81000" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.el8.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-el8a85]
+name=result-el8a85
+baseurl=file:/var/lib/mock/el8a85/
+metadata_expire=15
+enabled=1
+module_hotfixes=1
+skip_if_unavailable=True
+"""
diff --git a/el8x85.cfg b/el8x85.cfg
new file mode 100644
index 0000000..40a700c
--- /dev/null
+++ b/el8x85.cfg
@@ -0,0 +1,31 @@
+import datetime;
+
+include('el8x.tpl')
+
+config_opts['root'] = 'el8x85'
+config_opts['resultdir'] = "/var/lib/mock/el8x85"
+
+config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.5', 'redis:remi-7.2']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="81000" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.el8.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-el8x85]
+name=result-el8x
+baseurl=file:/var/lib/mock/el8x85/
+metadata_expire=15
+enabled=1
+module_hotfixes=1
+skip_if_unavailable=True
+
+"""
diff --git a/el9a85.cfg b/el9a85.cfg
new file mode 100644
index 0000000..bf9aa89
--- /dev/null
+++ b/el9a85.cfg
@@ -0,0 +1,31 @@
+import datetime;
+
+include('el9a.tpl')
+
+config_opts['root'] = 'el9a85'
+config_opts['resultdir'] = "/var/lib/mock/el9a85"
+
+config_opts['module_enable'] = ['php:remi-8.5', 'redis:remi-7.2']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="90600" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.el9.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-el9a85]
+name=result-el9a85
+baseurl=file:/var/lib/mock/el9a85/
+metadata_expire=15
+skip_if_unavailable=True
+enabled=1
+module_hotfixes=1
+
+"""
diff --git a/el9x85.cfg b/el9x85.cfg
new file mode 100644
index 0000000..7a028cb
--- /dev/null
+++ b/el9x85.cfg
@@ -0,0 +1,37 @@
+import datetime;
+
+include('el9x.tpl')
+
+config_opts['root'] = 'el9x85'
+config_opts['resultdir'] = "/var/lib/mock/el9x85"
+
+config_opts['module_enable'] = ['php:remi-8.5', 'redis:remi-7.2']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="90600" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.el9.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[remi-php85]
+name=remi php85
+baseurl=file:/home/rpmbuild/site/rpms/enterprise/9/php85/x86_64/
+enabled=0
+metadata_expire=15
+
+[result-el9x85]
+name=result-el9x
+baseurl=file:/var/lib/mock/el9x85/
+metadata_expire=15
+enabled=1
+module_hotfixes=1
+skip_if_unavailable=True
+
+"""
diff --git a/fc41a85.cfg b/fc41a85.cfg
new file mode 100644
index 0000000..b4e74a0
--- /dev/null
+++ b/fc41a85.cfg
@@ -0,0 +1,34 @@
+import datetime;
+
+include('fc41a.tpl')
+
+config_opts['root'] = 'fc41a85'
+config_opts['resultdir'] = "/var/lib/mock/fc41a85"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc41a85/"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="41" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.fc41.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-fc41a85]
+name=result-fc41a85
+baseurl=file:/var/lib/mock/fc41a85/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+
diff --git a/fc41x85.cfg b/fc41x85.cfg
new file mode 100644
index 0000000..4458299
--- /dev/null
+++ b/fc41x85.cfg
@@ -0,0 +1,34 @@
+import datetime;
+
+include('fc41x.tpl')
+
+config_opts['root'] = 'fc41x85'
+config_opts['resultdir'] = "/var/lib/mock/fc41x85"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc41x85/"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="41" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.fc41.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-fc41x85]
+name=result-fc41x85
+baseurl=file:/var/lib/mock/fc41x85/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+
diff --git a/fc42a85.cfg b/fc42a85.cfg
new file mode 100644
index 0000000..9682817
--- /dev/null
+++ b/fc42a85.cfg
@@ -0,0 +1,34 @@
+import datetime;
+
+include('fc42a.tpl')
+
+config_opts['root'] = 'fc42a85'
+config_opts['resultdir'] = "/var/lib/mock/fc42a85"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc42a85/"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="42" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.fc42.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-fc42a85]
+name=result-fc42a85
+baseurl=file:/var/lib/mock/fc42a85/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+
diff --git a/fc42x85.cfg b/fc42x85.cfg
new file mode 100644
index 0000000..5800629
--- /dev/null
+++ b/fc42x85.cfg
@@ -0,0 +1,34 @@
+import datetime;
+
+include('fc42x.tpl')
+
+config_opts['root'] = 'fc42x85'
+config_opts['resultdir'] = "/var/lib/mock/fc42x85"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc42x85/"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="42" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.fc42.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-fc42x85]
+name=result-fc42x85
+baseurl=file:/var/lib/mock/fc42x85/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+
diff --git a/fc43a85.cfg b/fc43a85.cfg
new file mode 100644
index 0000000..cdbb95e
--- /dev/null
+++ b/fc43a85.cfg
@@ -0,0 +1,34 @@
+import datetime;
+
+include('fc43a.tpl')
+
+config_opts['root'] = 'fc43a85'
+config_opts['resultdir'] = "/var/lib/mock/fc43a85"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc43a85/"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="43" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.fc43.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-fc43a85]
+name=result-fc43a85
+baseurl=file:/var/lib/mock/fc43a85/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+
diff --git a/fc43x85.cfg b/fc43x85.cfg
new file mode 100644
index 0000000..ba4dd43
--- /dev/null
+++ b/fc43x85.cfg
@@ -0,0 +1,34 @@
+import datetime;
+
+include('fc43x.tpl')
+
+config_opts['root'] = 'fc43x85'
+config_opts['resultdir'] = "/var/lib/mock/fc43x85"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc43x85/"
+
+config_opts['module_enable'] = ['php:remi-8.5']
+config_opts['module_install'] = ['php:remi-8.5/devel']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="php"
+config_opts['macros']['%_module_stream']="remi-8.5"
+config_opts['macros']['%_module_version']="43" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['macros']['%dist']=".module_php.8.5.fc43.remi"
+config_opts['macros']['%nophptag']="1"
+
+config_opts['yum.conf'] += """
+[result-fc43x85]
+name=result-fc43x85
+baseurl=file:/var/lib/mock/fc43x85/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+