From: Barış Metin Date: Fri, 27 Nov 2009 10:32:39 +0000 (+0000) Subject: revert this one to (should have done it while reverting BM). X-Git-Tag: nodeconfig-4.3-7~10 X-Git-Url: http://git.onelab.eu/?p=nodeconfig.git;a=commitdiff_plain;h=10866b037a2e60f5a7d1befb418e84b8567d8c34 revert this one to (should have done it while reverting BM). --- diff --git a/yum/myplc.repo.php b/yum/myplc.repo.php index 01b4a97..e76be48 100644 --- a/yum/myplc.repo.php +++ b/yum/myplc.repo.php @@ -40,7 +40,6 @@ if ( ! isset($_REQUEST['slicefamily'])) { # the nodegroups the node is part of $nodegroup_names=array(); -$deployment = ""; if ( ! isset($_REQUEST['node_id'])) { print "# Warning : node_id not set\n"; } else { @@ -55,23 +54,11 @@ if ( ! isset($_REQUEST['node_id'])) { $nodegroup_names [] = $nodegroup_name; echo "# in nodegroup $nodegroup_name \n" ; } - $node_tag_ids = $nodes[0]['node_tag_ids']; - $node_tags = $adm->GetNodeTags($node_tag_ids); - foreach ($node_tags as $node_tag) { - if ($node_tag['tagname'] == 'deployment') { - $deployment = $node_tag['value']; - break; - } - } } $topdir=$_SERVER['DOCUMENT_ROOT'] . "/install-rpms/"; $topurl="https://$PLC_BOOT_HOST" . "/install-rpms/"; -if ($deployment == 'alpha') { - $topdir = $topdir . "alpha/"; - $topurl = $topurl . "alpha/"; -} # locate the planetlab repo for this node family & nodegroup $repo=NULL;