From: Marc Fiuczynski Date: Mon, 25 Feb 2008 18:44:46 +0000 (+0000) Subject: use CoBlitz CDN rather than direct repo X-Git-Tag: nodeconfig-4.2-1~3 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=953c573a9ff91c7f1f783923a97e3c1cde3739f2 use CoBlitz CDN rather than direct repo --- diff --git a/yum.conf.php b/yum.conf.php index 71af098..9eaf430 100755 --- a/yum.conf.php +++ b/yum.conf.php @@ -44,7 +44,7 @@ if (isset($_REQUEST['gpgcheck'])) { if (isset($_REQUEST['mirrorlist']) && isset($_REQUEST['repo']) && isset($_REQUEST['releasever'])) { - $mirrors = array("http://coblitz.planet-lab.org/pub/fedora/linux", + $mirrors = array("http://coblitz.codeen.org/coblitz.planet-lab.org/pub/fedora/linux", "http://fedora.gtlib.cc.gatech.edu/pub/fedora.redhat/linux", "http://download.fedoraproject.org/pub/fedora/linux", "http://mirrors.kernel.org/fedora");