Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
# CentOS-CR.repo
|
|
|
2 |
#
|
|
|
3 |
# The continuous release ( CR ) repository contains rpms from the
|
|
|
4 |
# next point release of CentOS, which isnt itself released as yet.
|
|
|
5 |
#
|
|
|
6 |
# Look at http://wiki.centos.org/AdditionalResources/Repositories/CR
|
|
|
7 |
# for more details about how this repository works and what users
|
|
|
8 |
# should expect to see included / excluded
|
|
|
9 |
|
|
|
10 |
[cr]
|
|
|
11 |
name=CentOS-$releasever - CR
|
|
|
12 |
baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
|
|
|
13 |
gpgcheck=1
|
|
|
14 |
enabled=1
|
|
|
15 |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
|
|
|
16 |
priority=1
|