From bd0d345544e66f46264e25daf4b492f7cd808f73 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 17 Jan 2014 10:36:25 +0100 Subject: [PATCH] =?utf8?q?nodemanager=20rpms=20have=20new=20names;=20we=20?= =?utf8?q?just=20use=20plain=20=E2=80=98nodemanager=E2=80=99=20and=20tweak?= =?utf8?q?=20nodemanager=E2=80=99s=20packaging=20so=20that=20it=20provides?= =?utf8?q?=20that=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- NodeUpdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.43.0