From: S.Çağlar Onur Date: Mon, 11 Apr 2011 15:18:00 +0000 (-0400) Subject: do not hardcode version information X-Git-Tag: 5.0-rc23~77^2~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=11ffced70204baf6913c366eddd9e5ba3238d27a;p=build.git do not hardcode version information --- diff --git a/mirroring/centos5/yum.repos.d/building.repo.in b/mirroring/centos5/yum.repos.d/building.repo.in index ba0d152c..cdf3db1d 100644 --- a/mirroring/centos5/yum.repos.d/building.repo.in +++ b/mirroring/centos5/yum.repos.d/building.repo.in @@ -1,12 +1,12 @@ [base] -name=CentOS 5.5 - $basearch - Base -baseurl=@MIRRORURL@/centos/5.5/os/$basearch/ +name=CentOS 5 - $basearch - Base +baseurl=@MIRRORURL@/centos/5/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 [updates] -name=CentOS 5.5 - $basearch - Released Updates -baseurl=@MIRRORURL@/centos/5.5/updates/$basearch/ +name=CentOS 5 - $basearch - Released Updates +baseurl=@MIRRORURL@/centos/5/updates/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5