Blame preupdates/CentOS-Base.repo.centosplus

2c0785
# CentOS-Base.repo
2c0785
#
2c0785
# The mirror system uses the connecting IP address of the client and the
2c0785
# update status of each mirror to pick mirrors that are updated to and
2c0785
# geographically close to the client.  You should use this for CentOS updates
2c0785
# unless you are manually picking other mirrors.
2c0785
#
2c0785
# If the mirrorlist= does not work for you, as a fall back you can try the 
2c0785
# remarked out baseurl= line instead.
2c0785
#
2c0785
#
2c0785
2c0785
[base]
2c0785
name=CentOS-$releasever - Base
2c0785
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
2c0785
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
2c0785
gpgcheck=1
2c0785
enabled=1
2c0785
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
2c0785
2c0785
#released updates 
2c0785
[updates]
2c0785
name=CentOS-$releasever - Updates
2c0785
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
2c0785
baseurl=http://mirror.centos.org/preupdates/centos/$releasever/updates/$basearch/
2c0785
gpgcheck=1
2c0785
repo_gpgcheck=1
2c0785
enabled=1
2c0785
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
2c0785
2c0785
#additional packages that may be useful
2c0785
[extras]
2c0785
name=CentOS-$releasever - Extras
2c0785
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
2c0785
baseurl=http://mirror.centos.org/preupdates/centos/$releasever/extras/$basearch/
2c0785
gpgcheck=1
2c0785
repo_gpgcheck=1
2c0785
enabled=1
2c0785
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
2c0785
2c0785
#additional packages that extend functionality of existing packages
2c0785
[centosplus]
2c0785
name=CentOS-$releasever - Plus
2c0785
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
2c0785
baseurl=http://mirror.centos.org/preupdates/centos/$releasever/centosplus/$basearch/
2c0785
gpgcheck=1
2c0785
repo_gpgcheck=1
2c0785
enabled=1
2c0785
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
2c0785
2c0785
#cr
2c0785
[cr]
2c0785
name=CentOS-$releasever - CR
2c0785
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=cr
2c0785
baseurl=http://mirror.centos.org/preupdates/centos/$releasever/cr/$basearch/
2c0785
gpgcheck=1
2c0785
repo_gpgcheck=1
2c0785
enabled=1
2c0785
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
2c0785
2c0785
#fasttrack
2c0785
[fasttrack]
2c0785
name=CentOS-$releasever - Fasttrack
2c0785
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack
2c0785
baseurl=http://mirror.centos.org/preupdates/centos/$releasever/fasttrack/$basearch/
2c0785
gpgcheck=1
2c0785
repo_gpgcheck=1
2c0785
enabled=0
2c0785
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-$releasever
2c0785