From 89790bd82bcdc601dc09e638bd4fc6baf4683d6f Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 6 Feb 2007 19:00:57 +0000 Subject: [PATCH] - add back fc2 repos for now (to support 3.x node installations for now) --- yum.conf.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/yum.conf.php b/yum.conf.php index 0e42509..de03958 100755 --- a/yum.conf.php +++ b/yum.conf.php @@ -5,7 +5,7 @@ // Mark Huang // Copyright (C) 2004-2006 The Trustees of Princeton University // -// $Id: yum.conf.php,v 1.1 2006/11/06 22:02:17 mlhuang Exp $ +// $Id: yum.conf.php,v 1.2 2007/02/06 15:52:26 mlhuang Exp $ // // For PLC_NAME and PLC_BOOT_HOST @@ -14,7 +14,9 @@ include('plc_config.php'); $PLC_NAME = PLC_NAME; $PLC_BOOT_HOST = PLC_BOOT_HOST; -$repos = array(array('ThirdParty', 'Third Party RPMS', '3rdparty')); +$repos = array(array('FedoraCore2Base', 'Fedora Core 2 Base', 'stock-fc2'), + array('FedoraCore2Updates', 'Fedora Core 2 Updates', 'updates-fc2'), + array('ThirdParty', 'Third Party RPMS', '3rdparty')); if (isset($_REQUEST['alpha'])) { $repos[] = array('PlanetLabAlpha', 'PlanetLab Alpha RPMS', 'planetlab-alpha'); -- 2.43.0