to remove uninstall tasks from scheduled_uninstalls, so just keep them
in there. (trunk r10277)
svn path=/main/branches/2.1.2/; revision=10278
"uninstall" == node.operation:
have_uninstall_task = True
uninst_task = node
- scheduled_uninstalls.remove(uninst_task)
else:
vardb = self.trees[node.root]["vartree"].dbapi
previous_cpv = vardb.match(node.slot_atom)
mygraph.remove(uninst_task)
except KeyError:
pass
- scheduled_uninstalls.discard(uninst_task)
if uninst_task is not None and \
uninst_task not in ignored_uninstall_tasks and \