mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
18 lines
912 B
Plaintext
18 lines
912 B
Plaintext
[epel]
|
|
name=Extras Packages for Enterprise Linux $releasever - $basearch
|
|
# This is a bit too magic, esp. as we are using the infra. repo. and explicitly
|
|
# point to a 10.x variant ... might as well do the same here.
|
|
# baseurl=https://infrastructure.fedoraproject.org/pub/epel/$releasever${releasever_minor:+z}/Everything/$basearch/
|
|
baseurl=https://infrastructure.fedoraproject.org/pub/epel/10.1/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/10.1/Everything/$basearch/
|
|
enabled=0
|
|
gpgcheck=1
|
|
gpgkey=https://infrastructure.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-10
|