summaryrefslogtreecommitdiffstats
path: root/fc42a74.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-13 14:13:41 +0100
committerRemi Collet <remi@php.net>2025-02-13 14:13:41 +0100
commit8e7d68e1446b1e3ff9ef8310213775cab8b3cfae (patch)
tree1586de403580baf530e18fdc624a35a54962ec2f /fc42a74.cfg
parent48107e7d71c775b5be13bec2aa32fc9d978b9453 (diff)
F42 modules config
Diffstat (limited to 'fc42a74.cfg')
-rw-r--r--fc42a74.cfg32
1 files changed, 32 insertions, 0 deletions
diff --git a/fc42a74.cfg b/fc42a74.cfg
new file mode 100644
index 0000000..5e1fa95
--- /dev/null
+++ b/fc42a74.cfg
@@ -0,0 +1,32 @@
+import datetime;
+
+include('fc42a.tpl')
+
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache remi-crypto-legacy'
+config_opts['root'] = 'fc42a74'
+config_opts['resultdir'] = "/var/lib/mock/fc42a74"
+config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/build/ccache.fc42a74/"
+
+config_opts['module_enable'] = ['php:remi-7.4']
+config_opts['module_install'] = ['php:remi-7.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-7.4"
+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['yum.conf'] += """
+[result-fc42a74]
+name=result-fc42a74
+baseurl=file:/var/lib/mock/fc42a74/
+enabled=1
+metadata_expire=1
+module_hotfixes=1
+priority=1
+skip_if_unavailable=True
+
+"""
+