diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-10 09:44:52 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-10 09:44:52 +0100 |
commit | 48107e7d71c775b5be13bec2aa32fc9d978b9453 (patch) | |
tree | 9554c4fe1d9dbf13b3fe472e05a22239aa3e70c8 /fc38x80.cfg | |
parent | 11d5e24169ffe3e416bb1e091ab60b9a50f5b37d (diff) |
Diffstat (limited to 'fc38x80.cfg')
-rw-r--r-- | fc38x80.cfg | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/fc38x80.cfg b/fc38x80.cfg deleted file mode 100644 index d69a1a2..0000000 --- a/fc38x80.cfg +++ /dev/null @@ -1,32 +0,0 @@ -import datetime; - -include('fc38x.tpl') - -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache' -config_opts['root'] = 'fc38x80' -config_opts['resultdir'] = "/var/lib/mock/fc38x80" -config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc38x80/" - -config_opts['module_enable'] = ['php:remi-8.0'] -config_opts['module_install'] = ['php:remi-8.0/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.0" -config_opts['macros']['%_module_version']="38" + nn; -config_opts['macros']['%_module_context']="00000000" -config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" - -config_opts['yum.conf'] += """ -[result-fc38x80] -name=result-fc38x80 -baseurl=file:/var/lib/mock/fc38x80/ -enabled=1 -metadata_expire=1 -module_hotfixes=1 -priority=1 -skip_if_unavailable=True - -""" - |