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 /fc31xscl71.cfg | |
parent | 0a8c59180735125dad1c564971be208524f33c25 (diff) |
cleanup
Diffstat (limited to 'fc31xscl71.cfg')
-rw-r--r-- | fc31xscl71.cfg | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/fc31xscl71.cfg b/fc31xscl71.cfg deleted file mode 100644 index 6efd0a8..0000000 --- a/fc31xscl71.cfg +++ /dev/null @@ -1,23 +0,0 @@ -include('fc31x.tpl') - -config_opts['root'] = 'scl71fc31x' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-build php71-build php71-php-devel php71-php-pear' -config_opts['resultdir'] = "/var/lib/mock/scl71fc31x" - -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-scl71fc31x] -name=result-scl71fc31x -baseurl=file:/var/lib/mock/scl71fc31x/ -enabled=1 -metadata_expire=10 - -""" |