X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeUpdate.py;h=c6823fb2dcdb2af46de05bdf128921f134e70c23;hb=4671248d365c40001a867c9047c98eeba2955b88;hp=d8e110a33405b7306eaa6ffe5f55277981b3276d;hpb=cf3d42f46205c200f12877e14b5cc865fd87bb1c;p=nodeupdate.git diff --git a/NodeUpdate.py b/NodeUpdate.py index d8e110a..c6823fb 100644 --- a/NodeUpdate.py +++ b/NodeUpdate.py @@ -156,7 +156,7 @@ class NodeUpdate: Message( "Unsupported, not using --verbose option" ) Message( "\nUpdating PlanetLab group" ) - os.system( "%s %s %s -y groupupdate \"PlanetLab\"" % + os.system( "%s %s %s -y groupinstall \"PlanetLab\"" % (YUM_PATH, yum_options, sslcertdir) ) Message( "\nUpdating rest of system" ) @@ -175,7 +175,7 @@ class NodeUpdate: for extension in extensions_contents.split(): group = "extension%s" % extension Message( "\nUpdating %s group" % group ) - os.system( "%s %s %s -y groupupdate \"%s\"" % + os.system( "%s %s %s -y groupinstall \"%s\"" % (YUM_PATH, yum_options, sslcertdir, group) ) else: Message( "No extensions file found" )