diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-11 14:22:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-11 14:22:55 +0200 |
commit | 05a64b1e6def555af3b276bd116297457b689e4f (patch) | |
tree | 3080d5d7b2e912e0d99ce10efe209ec447ffff5e /el8x.tpl | |
parent | a8a85756ff7f7d1786347b565aed528f60297ff2 (diff) |
add php 8.0 mock config
Diffstat (limited to 'el8x.tpl')
-rw-r--r-- | el8x.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -62,7 +62,8 @@ enabled=1 [epel] name=epel -mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 +;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 +baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/x86_64/ failovermethod=priority exclude=epel-rpm-macros enabled=1 @@ -73,7 +74,7 @@ mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=playground-epel8&ar failovermethod=priority exclude=epel-rpm-macros includepkgs=GeoIP* -enabled=1 +enabled=0 [remi] name=remi public |