use generic mirror for centos6 building.repo.in
authorStephen Soltesz <soltesz@opentechinstitute.org>
Wed, 20 Mar 2013 14:34:25 +0000 (10:34 -0400)
committerStephen Soltesz <soltesz@opentechinstitute.org>
Wed, 20 Mar 2013 14:34:25 +0000 (10:34 -0400)
mirroring/centos6/yum.repos.d/building.repo.in

index 2772d1e..0bd9f61 100644 (file)
@@ -2,18 +2,18 @@
 name=CentOS-$releasever - Base
 baseurl=@MIRRORURL@/centos/6.3/os/$basearch/
 gpgcheck=1
-gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
+gpgkey=http://@MIRRORURL@/centos/RPM-GPG-KEY-CentOS-6
 
 [updates]
 name=CentOS-$releasever - Updates
 baseurl=@MIRRORURL@/centos/6.3/updates/$basearch/
 gpgcheck=1
-gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
+gpgkey=http://@MIRRORURL@/centos/RPM-GPG-KEY-CentOS-6
 
 [epel]
 name=Extra Packages for Enterprise Linux 6 - $basearch
-baseurl=http://mirror.itc.virginia.edu/fedora-epel/6/i386/
+baseurl=http://@MIRRORURL@/fedora-epel/6/i386/
 failovermethod=priority
 enabled=1
 gpgcheck=1
-gpgkey=http://mirror.itc.virginia.edu/fedora-epel/RPM-GPG-KEY-EPEL-6
+gpgkey=http://@MIRRORURL@/fedora-epel/RPM-GPG-KEY-EPEL-6