1
0
Fork 0
forked from infra/ansible
ansible/files/common/epel10.repo
Carl George 8e959f2f08 Switch epel10.repo to use epel/10z
The epel/10 symlink tracks the latest EPEL 10 minor version, which
targets CentOS 10.  The epel/10z symlink tracks the EPEL 10 minor
version corresponding to RHEL 10.  Since we're using RHEL 10 in the
infrastructure, we need to use epel/10z to ensure compatibility.

Follow up to 1963b068d3.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2026-06-09 22:59:54 +00:00

18 lines
957 B
Text

[epel]
name=Extras Packages for Enterprise Linux $releasever - $basearch
# We aren't using mirrormanager here, but pointing direct to our repos
# So, we want to just point to '10' here and depend on the link that exists
# to point us to the newest minor release.
# baseurl=https://infrastructure.fedoraproject.org/pub/epel/$releasever${releasever_minor:+z}/Everything/$basearch/
baseurl=https://infrastructure.fedoraproject.org/pub/epel/10z/Everything/$basearch/
enabled=1
gpgcheck=1
gpgkey=https://infrastructure.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10
[epel-testing]
name=Extras Packages for Enterprise Linux $releasever - $basearch
# baseurl=https://infrastructure.fedoraproject.org/pub/epel/testing/$releasever${releasever_minor:+z}/Everything/$basearch/
baseurl=https://infrastructure.fedoraproject.org/pub/epel/testing/10z/Everything/$basearch/
enabled=0
gpgcheck=1
gpgkey=https://infrastructure.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10