Sandro Bonazzola has uploaded a new change for review.

Change subject: packaging: setup: avoid errors in uninstall group
......................................................................

packaging: setup: avoid errors in uninstall group

previously if the uninstall group list was specified in
an answer file omitting the trailing ',' cleanup
failed removing both the latest 2 groups.

Change-Id: Ie23de94a31ca393e63a42dfb5b6e383dad3f5983
Signed-off-by: Sandro Bonazzola <[email protected]>
---
M packaging/setup/plugins/ovirt-engine-remove/files/simple.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/16775/1

diff --git a/packaging/setup/plugins/ovirt-engine-remove/files/simple.py 
b/packaging/setup/plugins/ovirt-engine-remove/files/simple.py
index ecd34e9..556cef3 100644
--- a/packaging/setup/plugins/ovirt-engine-remove/files/simple.py
+++ b/packaging/setup/plugins/ovirt-engine-remove/files/simple.py
@@ -165,7 +165,7 @@
                         self.environment[
                             osetupcons.CoreEnv.
                             UNINSTALL_ENABLED_FILE_GROUPS
-                        ] += group + ','
+                        ] += ',' + group
 
             def getFiles(section):
                 files = {}


-- 
To view, visit http://gerrit.ovirt.org/16775
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie23de94a31ca393e63a42dfb5b6e383dad3f5983
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to