mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
Apply undo list in reverse order.
In rare cases with hints with overlapping virtual packages provided by different sources, this can make a difference. Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
771f5d1592
commit
f18414f34d
@ -2326,6 +2326,7 @@ class Britney(object):
|
||||
else:
|
||||
self.output_write("FAILED\n")
|
||||
if not lundo: return
|
||||
lundo.reverse()
|
||||
|
||||
self.undo_changes(lundo, self.systems, self.sources, self.binaries)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user