On 3/11/2010 8:09 AM, Karanbir Singh wrote:
On 03/11/2010 03:35 PM, Todd Cary wrote:
I have no experience "disabling an entry in the repo"; I do have the syntax for enabling. Could you give me some detail on how to do that?
how did you enable it in the first place ? looking at your past emails, it looks like you added some content into /etc/yum.repos.d/ a file called CentOS-Testing.repo ? that file would have a line starting with 'enabled=' which you set to 1; make that a 0 and the repo is disabled.
You can find this, and *all* other yum config details by looking at 'man yum.conf' and you can get all yum commands by looking at 'man yum'.
- KB
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I am obviously missing something since a cat of the repo file shows it disabled and I still get the same errors.
[testing] name=CentOS-$releasever - Testing arch=$basearch&repo=testing baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/ gpgcheck=1 enable=0 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
Todd