X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=NodeUpdate.py;h=8f890b0e01200c3dd132298082c91f266f592c17;hb=bd0d345544e66f46264e25daf4b492f7cd808f73;hp=afd070436e3f2316c6765f6037654ff5234f6a31;hpb=80da1e0a8548f23a34882475ec68023196477f65;p=nodeupdate.git diff --git a/NodeUpdate.py b/NodeUpdate.py index afd0704..8f890b0 100644 --- a/NodeUpdate.py +++ b/NodeUpdate.py @@ -52,7 +52,7 @@ DELETE_RPM_LIST_FILE= '/etc/planetlab/delete-rpm-list' # so, we force the update of crucial pkgs independently, as # the whole group is sometimes too much to swallow # this one is builtin -CRUCIAL_PACKAGES_BUILTIN=[ 'NodeUpdate' , 'NodeManager' ] +CRUCIAL_PACKAGES_BUILTIN=[ 'NodeUpdate' , 'nodemanager' ] # and operations can also try to push a list through a conf_file # should use the second one for consistency, try the first one as well for legacy CRUCIAL_PACKAGES_OPTIONAL_PATH1='/etc/planetlab/NodeUpdate.packages' @@ -252,7 +252,7 @@ class NodeUpdate: Message ("Successfully removed RPM %s"%rpm) continue else: - Error( "Unable to delete RPM %s, continuing. rc=%d" % (rpm,rc )) + Error( "Unable to delete RPM %s, continuing. rc=%d" % (rpm,uninstalled)) else: Message( "No RPMs list file found." )