diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-22 11:22:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-22 11:22:05 +0100 |
commit | b6e297f41a618fa932e8e1ddac629c6fd07d22e7 (patch) | |
tree | 83fd1e8ffa8019169d3833f278f0842ea52e8131 /fc35x74.cfg | |
parent | 3284f6d668b1723c3528ba4e887dd5e2eac19111 (diff) |
more 7.4 config
Diffstat (limited to 'fc35x74.cfg')
-rw-r--r-- | fc35x74.cfg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/fc35x74.cfg b/fc35x74.cfg new file mode 100644 index 0000000..dd805f9 --- /dev/null +++ b/fc35x74.cfg @@ -0,0 +1,23 @@ +include('fc35x.tpl') + +config_opts['root'] = 'fc35x74' +config_opts['resultdir'] = "/var/lib/mock/fc35x74" +config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc ccache php-devel php-pear' + +config_opts['yum.conf'] += """ +[remi-php74] +name=remi php74 +baseurl=file:/home/rpmbuild/site/rpms/fedora/35/php74/x86_64/ +enabled=1 +metadata_expire=1 +priority=2 + +[result-fc35x74] +name=result-fc35x74 +baseurl=file:/var/lib/mock/fc35x74/ +metadata_expire=10 +enabled=1 +priority=1 + +""" + |