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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user