From 8a92e12a81f78bc335de1818c93d9fdec591b6a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Mar 2022 15:27:21 +0100 Subject: cleanup --- fc33xscl56.cfg | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 fc33xscl56.cfg (limited to 'fc33xscl56.cfg') diff --git a/fc33xscl56.cfg b/fc33xscl56.cfg deleted file mode 100644 index 5d4fd05..0000000 --- a/fc33xscl56.cfg +++ /dev/null @@ -1,24 +0,0 @@ -include('fc33x.tpl') - -config_opts['root'] = 'scl56fc33x' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php56-build php56-php-devel php56-php-pear' -config_opts['resultdir'] = "/var/lib/mock/scl56fc33x" - -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['macros']['%_without_apcu']="1" - -config_opts['yum.conf'] += """ -[result-scl56fc33x] -name=result-scl56fc33x -baseurl=file:/var/lib/mock/scl56fc33x/ -enabled=1 -metadata_expire=10 - -""" -- cgit