mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-01 12:51:43 +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.
This commit is contained in:
parent
71e133356a
commit
111ab78d7d
@ -2412,6 +2412,7 @@ class Britney(object):
|
|||||||
else:
|
else:
|
||||||
self.output_write("FAILED\n")
|
self.output_write("FAILED\n")
|
||||||
if not lundo: return
|
if not lundo: return
|
||||||
|
lundo.reverse()
|
||||||
|
|
||||||
self.undo_changes(lundo, self.systems, self.sources, self.binaries)
|
self.undo_changes(lundo, self.systems, self.sources, self.binaries)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user