diff options
Diffstat (limited to 'fc34x80.cfg')
-rw-r--r-- | fc34x80.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fc34x80.cfg b/fc34x80.cfg new file mode 100644 index 0000000..f03b425 --- /dev/null +++ b/fc34x80.cfg @@ -0,0 +1,11 @@ +include('fc34x.tpl') + +config_opts['yum.conf'] += """ +[remi-php80] +name=remi php80 +baseurl=file:/home/rpmbuild/site/rpms/fedora/34/php80/x86_64/ +enabled=1 +metadata_expire=1 + +""" + |