From: Thierry Parmentelat Date: Fri, 17 Jan 2014 09:36:25 +0000 (+0100) Subject: nodemanager rpms have new names; we just use plain ‘nodemanager’ and tweak nodemanage... X-Git-Tag: nodeupdate-0.5-11~3 X-Git-Url: http://git.onelab.eu/?p=nodeupdate.git;a=commitdiff_plain;h=bd0d345544e66f46264e25daf4b492f7cd808f73 nodemanager rpms have new names; we just use plain ‘nodemanager’ and tweak nodemanager’s packaging so that it provides that name --- diff --git a/NodeUpdate.py b/NodeUpdate.py index 704f544..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'