summaryrefslogtreecommitdiffstats
path: root/el8xr80.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-07 08:19:30 +0200
committerRemi Collet <remi@php.net>2025-07-07 08:19:30 +0200
commit4da8846e41b119a091b978d8a8a50d61e2393f65 (patch)
tree02efab568267f7c7c72c8da00b78ff5a7164fc89 /el8xr80.cfg
parenta9fbd35f5ab1b152b8d495065d28c8298fe53b34 (diff)
redis-8.0 mock configHEADmaster
Diffstat (limited to 'el8xr80.cfg')
-rw-r--r--el8xr80.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/el8xr80.cfg b/el8xr80.cfg
new file mode 100644
index 0000000..21de98f
--- /dev/null
+++ b/el8xr80.cfg
@@ -0,0 +1,17 @@
+import datetime;
+
+include('el8x.tpl')
+
+config_opts['root'] = 'el8x'
+config_opts['resultdir'] = "/var/lib/mock/el8x"
+
+config_opts['module_enable'] = ['varnish:6', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14']
+
+nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S");
+config_opts['macros']['%_module_build']="1"
+config_opts['macros']['%_module_name']="redis"
+config_opts['macros']['%_module_stream']="remi-8.0"
+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}"
+