X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=yum.conf.php;h=d52a84a91a65c9b091ab9dd428aad98cf94f8006;hb=240f16bdbf35f79e26f53318c085727b4367d243;hp=69aed1b27293e02f87fbc0cc5338272db7a82220;hpb=fc0cb6e9422c642f97105212edea131af78a6cc6;p=nodeconfig.git diff --git a/yum.conf.php b/yum.conf.php index 69aed1b..d52a84a 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.3 2007/02/06 19:00:57 mlhuang Exp $ +// $Id: yum.conf.php,v 1.4 2007/02/06 21:29:13 mlhuang Exp $ // // For PLC_NAME and PLC_BOOT_HOST @@ -14,10 +14,13 @@ include('plc_config.php'); $PLC_NAME = PLC_NAME; $PLC_BOOT_HOST = PLC_BOOT_HOST; -$repos = array(array('FedoraCore2Base', 'Fedora Core 2 Base', 'stock-fc2'), +$oldrepos = array(array('FedoraCore2Base', 'Fedora Core 2 Base', 'stock-fc2'), array('FedoraCore2Updates', 'Fedora Core 2 Updates', 'updates-fc2'), array('ThirdParty', 'Third Party RPMS', '3rdparty')); +$repos = array(array('ThirdParty', 'Third Party RPMS', '3rdparty')); + + if (isset($_REQUEST['alpha'])) { $repos[] = array('PlanetLabAlpha', 'PlanetLab Alpha RPMS', 'planetlab-alpha'); } elseif (isset($_REQUEST['beta'])) { @@ -126,4 +129,4 @@ EOF; } } -?> \ No newline at end of file +?>