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