DRAFT Repo config for debuginfo

The following could be appended to /etc/yum.repos.d/CentOS-Base.repo or a new file created such as /etc/yum.repos.d/CentOS-Debug.repo.

#Debug Info
[debuginfo]
name=CentOS-$releasever - DebugInfo
#baseurl=http://debuginfo.centos.org/$releasever/$basearch/
baseurl=http://debuginfo.centos.org/$releasever/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-$releasever
protect=1
priority=1

AdditionalResources/Repositories/DebugInfo (last edited 2009-05-15 13:58:45 by PhilSchaffner)