Add epel7 to the fedora-packages yum config.
This commit is contained in:
parent
81915d35a6
commit
476b84c24a
1 changed files with 32 additions and 0 deletions
|
@ -203,3 +203,35 @@ baseurl=http://download01.phx2.fedoraproject.org/pub/epel/testing/6/i386/
|
||||||
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-epel6&arch=i386
|
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-epel6&arch=i386
|
||||||
enabled=0
|
enabled=0
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
|
|
||||||
|
[epel-7-x86_64]
|
||||||
|
name=EPEL 7
|
||||||
|
failovermethod=priority
|
||||||
|
baseurl=http://download01.phx2.fedoraproject.org/pub/epel/7/x86_64/
|
||||||
|
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=0
|
||||||
|
|
||||||
|
[epel-7-testing-x86_64]
|
||||||
|
name=EPEL 7 - Testing
|
||||||
|
failovermethod=priority
|
||||||
|
baseurl=http://download01.phx2.fedoraproject.org/pub/epel/testing/7/x86_64/
|
||||||
|
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-epel7&arch=x86_64
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=0
|
||||||
|
|
||||||
|
[epel-7-i686]
|
||||||
|
name=EPEL 7
|
||||||
|
failovermethod=priority
|
||||||
|
baseurl=http://download01.phx2.fedoraproject.org/pub/epel/7/i386/
|
||||||
|
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=i386
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=0
|
||||||
|
|
||||||
|
[epel-7-testing-i686]
|
||||||
|
name=EPEL 7 - Testing
|
||||||
|
failovermethod=priority
|
||||||
|
baseurl=http://download01.phx2.fedoraproject.org/pub/epel/testing/7/i386/
|
||||||
|
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=testing-epel7&arch=i386
|
||||||
|
enabled=0
|
||||||
|
gpgcheck=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue