From: S.Çağlar Onur Date: Mon, 11 Apr 2011 16:24:16 +0000 (-0400) Subject: don't hardcode repo url X-Git-Tag: 5.0-rc23~55^2~11 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=469d411e83d8e4d88927fdb33bff32c241c380c9;p=build.git don't hardcode repo url --- 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