c45b9760151866f5a65ab8fcd34e72b907c022cc
[bootstrapfs.git] / nodeconfig / yum / centos5 / yum.myplc.d / CentOS-Base.repo.in
1 # $URL$
2 # CentOS-Base.repo
3 #
4 # This file uses a new mirrorlist system developed by Lance Davis for CentOS.
5 # The mirror system uses the connecting IP address of the client and the
6 # update status of each mirror to pick mirrors that are updated to and
7 # geographically close to the client.  You should use this for CentOS updates
8 # unless you are manually picking other mirrors.
9 #
10 # If the mirrorlist= does not work for you, as a fall back you can try the 
11 # remarked out baseurl= line instead.
12 #
13 #
14
15 [base]
16 name=CentOS-$releasever - Base
17 mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
18 #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
19 @KEXCLUDE@
20 gpgcheck=1
21 enabled=1
22 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
23
24 #released updates 
25 [updates]
26 name=CentOS-$releasever - Updates
27 mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
28 #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
29 @KEXCLUDE@
30 gpgcheck=1
31 enabled=1
32 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
33
34 #packages used/produced in the build but not released
35 [addons]
36 name=CentOS-$releasever - Addons
37 mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
38 #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
39 @KEXCLUDE@
40 gpgcheck=1
41 enabled=0
42 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
43
44 #additional packages that may be useful
45 [extras]
46 name=CentOS-$releasever - Extras
47 mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
48 #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
49 @KEXCLUDE@
50 gpgcheck=1
51 enabled=0
52 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
53
54 #additional packages that extend functionality of existing packages
55 [centosplus]
56 name=CentOS-$releasever - Plus
57 mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
58 #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
59 @KEXCLUDE@
60 gpgcheck=1
61 enabled=0
62 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
63