Entropy/Equo:

- do not run removal if --pretend is specified


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2542 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-10-23 11:44:45 +00:00
parent 823ab4f770
commit 350fb405e6

View File

@@ -1100,6 +1100,9 @@ def removePackages(packages = [], atomsdata = [], deps = True, deep = False, sys
pass
return 128,-1
if etpUi['pretend']:
return 0,0
# validate removalQueue
invalid = set()
for idpackage in removalQueue: