From 80da1e0a8548f23a34882475ec68023196477f65 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 27 Jun 2011 10:18:56 +0200 Subject: [PATCH] cosmetic, handle nodeupdate itself first --- NodeUpdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeUpdate.py b/NodeUpdate.py index ff0403c..afd0704 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=[ 'NodeManager' , 'NodeUpdate' ] +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' -- 2.43.0