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