arrfab / rpms / centos-release

Forked from rpms/centos-release 4 years ago
Clone
baf198
# CentOS-Base.repo
baf198
#
baf198
# The mirror system uses the connecting IP address of the client and the
baf198
# update status of each mirror to pick mirrors that are updated to and
baf198
# geographically close to the client.  You should use this for CentOS updates
baf198
# unless you are manually picking other mirrors.
baf198
#
baf198
# If the mirrorlist= does not work for you, as a fall back you can try the 
baf198
# remarked out baseurl= line instead.
baf198
#
baf198
#
baf198
baf198
[base]
baf198
name=CentOS-$releasever - Base
baf198
baseurl=http://mirror.centos.org/altarch/$releasever/os/$basearch/
baf198
gpgcheck=1
baf198
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
baf198
baf198
#released updates 
baf198
[updates]
baf198
name=CentOS-$releasever - Updates
baf198
baseurl=http://mirror.centos.org/altarch/$releasever/updates/$basearch/
baf198
gpgcheck=1
baf198
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
baf198
baf198
#additional packages that may be useful
baf198
[extras]
baf198
name=CentOS-$releasever - Extras
baf198
baseurl=http://mirror.centos.org/altarch/$releasever/extras/$basearch/
baf198
gpgcheck=1
baf198
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7