remove http:// prefixes
authorStephen Soltesz <soltesz@opentechinstitute.org>
Wed, 20 Mar 2013 16:05:29 +0000 (12:05 -0400)
committerStephen Soltesz <soltesz@opentechinstitute.org>
Wed, 20 Mar 2013 16:05:29 +0000 (12:05 -0400)
mirroring/centos6/yum.repos.d/building.repo.in

index 0bd9f61..5b5ae69 100644 (file)
@@ -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