diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-23 15:40:56 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-23 15:40:56 +0200 |
| commit | 0bd565ff06c7805ab0850de9ed348b0c2a0ba613 (patch) | |
| tree | aa093431dee596248dbb7730c0811f07bce8d98b /el8ar88.cfg | |
| parent | c5f7493aa35fe8e5a2c06b0f91f306d4fd8157ad (diff) | |
Diffstat (limited to 'el8ar88.cfg')
| -rw-r--r-- | el8ar88.cfg | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/el8ar88.cfg b/el8ar88.cfg new file mode 100644 index 0000000..65a917c --- /dev/null +++ b/el8ar88.cfg @@ -0,0 +1,19 @@ +import datetime; + +include('el8a.tpl') + +config_opts['root'] = 'el8ar88' +config_opts['resultdir'] = "/var/lib/mock/el8a" + +config_opts['module_enable'] = ['redis:remi-8.8', '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.8" +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_redis.8.8.el8.remi" + |
