From 48107e7d71c775b5be13bec2aa32fc9d978b9453 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Feb 2025 09:44:52 +0100 Subject: cleanup config for old distro --- fc36xscl80.cfg | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 fc36xscl80.cfg (limited to 'fc36xscl80.cfg') diff --git a/fc36xscl80.cfg b/fc36xscl80.cfg deleted file mode 100644 index b4928bf..0000000 --- a/fc36xscl80.cfg +++ /dev/null @@ -1,23 +0,0 @@ -include('fc36x.tpl') - -config_opts['root'] = 'scl80fc36x' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php80-build php80-php-devel php80-php-pear' -config_opts['resultdir'] = "/var/lib/mock/scl80fc36x" - -config_opts['macros']['%scl_vendor']="remi" -config_opts['macros']['%_scl_prefix']="/opt/remi" - -config_opts['macros']['%nophptag']="1" -# Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 -#config_opts['macros']['%_debugsource_packages']="%nil" -# workaround for https://bugzilla.redhat.com/1485310 -config_opts['macros']['%_build_id_links']='none' - -config_opts['yum.conf'] += """ -[result-scl80fc36x] -name=result-scl80fc36x -baseurl=file:///var/lib/mock/scl80fc36x/ -enabled=1 -metadata_expire=10 - -""" -- cgit