diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-08 07:58:43 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-08 07:58:43 +0100 |
commit | 8a461c45099368240a5e3bc845dffdbb0a59dc3f (patch) | |
tree | db5791d3afe239a915a776938338e4e490fc3599 | |
parent | 602061d9ee999203b2ceda8c6277ca2aba1f6323 (diff) |
switch EPEL to mirrorlist
-rw-r--r-- | el8a.tpl | 4 | ||||
-rw-r--r-- | el8x.tpl | 4 | ||||
-rw-r--r-- | el9a.tpl | 4 | ||||
-rw-r--r-- | el9x.tpl | 4 |
4 files changed, 8 insertions, 8 deletions
@@ -61,8 +61,8 @@ enabled=1 [epel] name=epel -;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=aarch64 -baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/aarch64/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=aarch64 +;baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/aarch64/ exclude=epel-rpm-macros enabled=1 @@ -61,8 +61,8 @@ enabled=1 [epel] name=epel -;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 -baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/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/ exclude=epel-rpm-macros enabled=1 @@ -62,8 +62,8 @@ excludepkgs=php* [epel] name=epel -;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64 -baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=aarch64 +;baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ exclude=epel-rpm-macros enabled=1 @@ -61,8 +61,8 @@ enabled=1 [epel] name=epel -;mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64 -baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/ +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-9&arch=x86_64 +;baseurl=https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/ exclude=epel-rpm-macros enabled=1 |