Created
September 6, 2017 01:17
-
-
Save sbuzonas/e996a4c705bbf991b853b3c51245b53a to your computer and use it in GitHub Desktop.
Temporary yum conf
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
# CentOS-Base.repo | |
# | |
# This file uses a new mirrorlist system developed by Lance Davis for CentOS. | |
# The mirror system uses the connecting IP address of the client and the | |
# update status of each mirror to pick mirrors that are updated to and | |
# geographically close to the client. You should use this for CentOS updates | |
# unless you are manually picking other mirrors. | |
# | |
# If the mirrorlist= does not work for you, as a fall back you can try the | |
# remarked out baseurl= line instead. | |
# | |
# | |
[base] | |
name=CentOS-$releasever - Base | |
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=os | |
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ | |
gpgcheck=1 | |
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 | |
#released updates | |
[updates] | |
name=CentOS-$releasever - Updates | |
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=updates | |
baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ | |
gpgcheck=1 | |
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 | |
#additional packages that may be useful | |
[extras] | |
name=CentOS-$releasever - Extras | |
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=extras | |
baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ | |
gpgcheck=1 | |
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 | |
[centosplus] | |
name=CentOS-$releasever - Plus | |
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep$ | |
baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ | |
gpgcheck=1 | |
enabled=0 | |
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 | |
[dag] | |
name=Dag RPM Repository for Centos | |
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag | |
[addons] | |
name=CentOS-$releasever - Addons | |
mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=addons | |
baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ | |
gpgcheck=1 | |
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 | |
enabled=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment