192 |
- |
1 |
[epel]
|
209 |
- |
2 |
name=Extra Packages for Enterprise Linux 8 - $basearch
|
203 |
- |
3 |
# It is much more secure to use the metalink, but if you wish to use a local mirror
|
204 |
- |
4 |
# place its address here.
|
209 |
- |
5 |
#baseurl=https://download.example/pub/epel/8/Everything/$basearch
|
|
|
6 |
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=$basearch&infra=$infra&content=$contentdir
|
192 |
- |
7 |
enabled=1
|
|
|
8 |
gpgcheck=1
|
|
|
9 |
countme=1
|
|
|
10 |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
|
|
|
11 |
|
|
|
12 |
[epel-debuginfo]
|
209 |
- |
13 |
name=Extra Packages for Enterprise Linux 8 - $basearch - Debug
|
203 |
- |
14 |
# It is much more secure to use the metalink, but if you wish to use a local mirror
|
204 |
- |
15 |
# place its address here.
|
209 |
- |
16 |
#baseurl=https://download.example/pub/epel/8/Everything/$basearch/debug
|
|
|
17 |
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-8&arch=$basearch&infra=$infra&content=$contentdir
|
192 |
- |
18 |
enabled=0
|
|
|
19 |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
|
|
|
20 |
gpgcheck=1
|
|
|
21 |
|
|
|
22 |
[epel-source]
|
209 |
- |
23 |
name=Extra Packages for Enterprise Linux 8 - $basearch - Source
|
203 |
- |
24 |
# It is much more secure to use the metalink, but if you wish to use a local mirror
|
|
|
25 |
# place it's address here.
|
209 |
- |
26 |
#baseurl=https://download.example/pub/epel/8/Everything/source/tree/
|
|
|
27 |
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-8&arch=$basearch&infra=$infra&content=$contentdir
|
192 |
- |
28 |
enabled=0
|
|
|
29 |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-8
|
|
|
30 |
gpgcheck=1
|