summaryrefslogtreecommitdiffstats
path: root/fc39x84.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-23 16:00:03 +0200
committerRemi Collet <remi@php.net>2024-09-23 16:00:03 +0200
commit4ccbbcfa5cb8b9c06bc5c041e3b31ea450244797 (patch)
treea5b61260302473c26f606765b0bd974f198c21c8 /fc39x84.cfg
parentaf01ce77e0eddb37a011871650d21f1eb8d7cd12 (diff)
8.4 as module mock config
Diffstat (limited to 'fc39x84.cfg')
-rw-r--r--fc39x84.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/fc39x84.cfg b/fc39x84.cfg
new file mode 100644
index 0000000..e67e190
--- /dev/null
+++ b/fc39x84.cfg
@@ -0,0 +1,32 @@
+import datetime;
+
+include('fc39x.tpl')
+
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache'
+config_opts['root'] = 'fc39x84'
+config_opts['resultdir'] = "/var/lib/mock/fc39x84"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc39x84/"
+
+config_opts['module_enable'] = ['php:remi-8.4']
+config_opts['module_install'] = ['php:remi-8.4/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.4"
+config_opts['macros']['%_module_version']="39" + nn;
+config_opts['macros']['%_module_context']="00000000"
+config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}"
+
+config_opts['yum.conf'] += """
+[result-fc39x84]
+name=result-fc39x84
+baseurl=file:/var/lib/mock/fc39x84/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+