diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-04 15:27:21 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-04 15:27:21 +0100 |
commit | 8a92e12a81f78bc335de1818c93d9fdec591b6a3 (patch) | |
tree | cbe7a6cff4bb4ebb7584ed2c1d1518155784b206 /fc32xscl74.cfg | |
parent | 0a8c59180735125dad1c564971be208524f33c25 (diff) |
cleanup
Diffstat (limited to 'fc32xscl74.cfg')
-rw-r--r-- | fc32xscl74.cfg | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/fc32xscl74.cfg b/fc32xscl74.cfg deleted file mode 100644 index 9c5d49b..0000000 --- a/fc32xscl74.cfg +++ /dev/null @@ -1,23 +0,0 @@ -include('fc32x.tpl') - -config_opts['root'] = 'scl74fc32x' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php74-build php74-php-devel php74-php-pear' -config_opts['resultdir'] = "/var/lib/mock/scl74fc32x" - -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-scl74fc32x] -name=result-scl74fc32x -baseurl=file:///var/lib/mock/scl74fc32x/ -enabled=1 -metadata_expire=10 - -""" |