| |
@@ -15,7 +15,6 @@
|
| |
[centos]
|
| |
name=centos
|
| |
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
|
| |
- failovermethod=priority
|
| |
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-$releasever
|
| |
gpgcheck=1
|
| |
|
| |
@@ -23,21 +22,18 @@
|
| |
name=updates
|
| |
enabled=1
|
| |
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
|
| |
- failovermethod=priority
|
| |
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-$releasever
|
| |
gpgcheck=1
|
| |
|
| |
[extras]
|
| |
name=extras
|
| |
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
|
| |
- failovermethod=priority
|
| |
gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-$releasever
|
| |
gpgcheck=1
|
| |
|
| |
[epel]
|
| |
name=epel
|
| |
metalink=http://mirrors.fedoraproject.org/metalink?repo=epel-$releasever&arch=$basearch
|
| |
- failovermethod=priority
|
| |
gpgkey=file:///usr/share/distribution-gpg-keys/epel/RPM-GPG-KEY-EPEL-$releasever
|
| |
gpgcheck=1
|
| |
|
| |
These configs are intended to be queried using DNF which never supported
this Yum-ism and used to just silently ignored it
Signed-off-by: Michel Alexandre Salim salimma@fedoraproject.org