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