From: Stephen Soltesz Date: Wed, 20 Mar 2013 16:05:29 +0000 (-0400) Subject: remove http:// prefixes X-Git-Tag: 5.2.2~54^2~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=cccaf4642cd61be718af642a6229b5371d407b22;p=build.git remove http:// prefixes --- diff --git a/mirroring/centos6/yum.repos.d/building.repo.in b/mirroring/centos6/yum.repos.d/building.repo.in index 0bd9f61c..5b5ae696 100644 --- a/mirroring/centos6/yum.repos.d/building.repo.in +++ b/mirroring/centos6/yum.repos.d/building.repo.in @@ -2,18 +2,18 @@ name=CentOS-$releasever - Base baseurl=@MIRRORURL@/centos/6.3/os/$basearch/ gpgcheck=1 -gpgkey=http://@MIRRORURL@/centos/RPM-GPG-KEY-CentOS-6 +gpgkey=@MIRRORURL@/centos/RPM-GPG-KEY-CentOS-6 [updates] name=CentOS-$releasever - Updates baseurl=@MIRRORURL@/centos/6.3/updates/$basearch/ gpgcheck=1 -gpgkey=http://@MIRRORURL@/centos/RPM-GPG-KEY-CentOS-6 +gpgkey=@MIRRORURL@/centos/RPM-GPG-KEY-CentOS-6 [epel] name=Extra Packages for Enterprise Linux 6 - $basearch -baseurl=http://@MIRRORURL@/fedora-epel/6/i386/ +baseurl=@MIRRORURL@/fedora-epel/6/i386/ failovermethod=priority enabled=1 gpgcheck=1 -gpgkey=http://@MIRRORURL@/fedora-epel/RPM-GPG-KEY-EPEL-6 +gpgkey=@MIRRORURL@/fedora-epel/RPM-GPG-KEY-EPEL-6