Created
May 2, 2013 15:44
-
-
Save evilneuro/5503129 to your computer and use it in GitHub Desktop.
CentOS 5.9 /etc/yum.repos.d/epel.repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[epel] | |
name=Extra Packages for Enterprise Linux 5 - $basearch | |
#baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch | |
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch | |
failovermethod=priority | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL | |
[epel-debuginfo] | |
name=Extra Packages for Enterprise Linux 5 - $basearch - Debug | |
#baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch/debug | |
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-debug-5&arch=$basearch | |
failovermethod=priority | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL | |
gpgcheck=1 | |
[epel-source] | |
name=Extra Packages for Enterprise Linux 5 - $basearch - Source | |
#baseurl=http://download.fedoraproject.org/pub/epel/5/SRPMS | |
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-source-5&arch=$basearch | |
failovermethod=priority | |
enabled=0 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL | |
gpgcheck=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment