Folks I am trying to use the CR repo in for yum, but find that nothing is getting updated. The repository isn't even listed in the yum run. The file contents of /etc/yum.repo.d/CentOS-CR, after I adjusted the priority is: # CentOS-CR.repo # # The continuous release ( CR ) repository contains rpms from the # next point release of CentOS, which isnt itself released as yet. # # Look at http://wiki.centos.org/AdditionalResources/Repositories/CR # for more details about how this repository works and what users # should expect to see included / excluded [cr] enabled=1 priority=3 name=CentOS-$releasever - CR baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 The YUM output does not list the CR repository. What am I doing wrong? David Kurn
On Mon, Nov 28, 2011 at 03:25:33PM -0800, david wrote:> priority=3Priority must be the same or lower than base/updates. John -- "Whenever two people meet, there are really six people present. There is each man as he sees himself, each man as the other person sees him, and each man as he really is." -- William James
On Mon, Nov 28, 2011 at 6:25 PM, david <david at daku.org> wrote:> Folks > > I am trying to use the CR repo in for yum, but find that nothing is > getting updated. ?The repository isn't even listed in the yum run. > > The file contents of /etc/yum.repo.d/CentOS-CRIs this a typo, or is the .repo extension really missing? IIRC that is required for yum to pick up the file (otherwise yum would be trying to parse .rpmsave files and the like). -- William Hooper