centos6 building yum repo template
authorStephen Soltesz <soltesz@opentechinstitute.org>
Mon, 11 Feb 2013 23:34:52 +0000 (18:34 -0500)
committerStephen Soltesz <soltesz@opentechinstitute.org>
Mon, 11 Feb 2013 23:34:52 +0000 (18:34 -0500)
mirroring/centos6/yum.repos.d/building.repo.in [new file with mode: 0644]

diff --git a/mirroring/centos6/yum.repos.d/building.repo.in b/mirroring/centos6/yum.repos.d/building.repo.in
new file mode 100644 (file)
index 0000000..2772d1e
--- /dev/null
@@ -0,0 +1,19 @@
+[base]
+name=CentOS-$releasever - Base
+baseurl=@MIRRORURL@/centos/6.3/os/$basearch/
+gpgcheck=1
+gpgkey=http://mirror.centos.org/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
+
+[epel]
+name=Extra Packages for Enterprise Linux 6 - $basearch
+baseurl=http://mirror.itc.virginia.edu/fedora-epel/6/i386/
+failovermethod=priority
+enabled=1
+gpgcheck=1
+gpgkey=http://mirror.itc.virginia.edu/fedora-epel/RPM-GPG-KEY-EPEL-6