ready for tagging
[util-vserver.git] / distrib / centos5 / yum.repos.d / CentOS-Base.repo
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-5 - Base
16 mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=os
17 #baseurl=http://mirror.centos.org/centos/5/os/$basearch/
18 gpgcheck=1
19 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
20
21 #released updates 
22 [updates]
23 name=CentOS-5 - Updates
24 mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=updates
25 #baseurl=http://mirror.centos.org/centos/5/updates/$basearch/
26 gpgcheck=1
27 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
28
29 #packages used/produced in the build but not released
30 [addons]
31 name=CentOS-5 - Addons
32 mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=addons
33 #baseurl=http://mirror.centos.org/centos/5/addons/$basearch/
34 gpgcheck=1
35 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
36
37 #additional packages that may be useful
38 [extras]
39 name=CentOS-5 - Extras
40 mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=extras
41 #baseurl=http://mirror.centos.org/centos/5/extras/$basearch/
42 gpgcheck=1
43 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
44
45 #additional packages that extend functionality of existing packages
46 [centosplus]
47 name=CentOS-5 - Plus
48 mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=centosplus
49 #baseurl=http://mirror.centos.org/centos/5/centosplus/$basearch/
50 gpgcheck=1
51 enabled=0
52 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
53
54 #contrib - packages by Centos Users
55 [contrib]
56 name=CentOS-5 - Contrib
57 mirrorlist=http://mirrorlist.centos.org/?release=5&arch=$basearch&repo=contrib
58 #baseurl=http://mirror.centos.org/centos/5/contrib/$basearch/
59 gpgcheck=1
60 enabled=0
61 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5