mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-09 10:11:09 +00:00
Process tpu packages on broken arches in the broken architecture run
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
6c592b6d3a
commit
462e3c050d
@ -2498,8 +2498,8 @@ class Britney:
|
||||
normpackages = self.upgrade_me[:]
|
||||
archpackages = {}
|
||||
for a in self.options.break_arches.split():
|
||||
archpackages[a] = [p for p in normpackages if p.endswith("/" + a)]
|
||||
normpackages = [p for p in normpackages if not p.endswith("/" + a)]
|
||||
archpackages[a] = [p for p in normpackages if p.endswith("/" + a) or p.endswith("/" + a + "_tpu")]
|
||||
normpackages = [p for p in normpackages if not (p.endswith("/" + a) or p.endswith("/" + a + "_tpu"))]
|
||||
self.upgrade_me = normpackages
|
||||
self.output_write("info: main run\n")
|
||||
self.do_all()
|
||||
|
Loading…
x
Reference in New Issue
Block a user