mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 19:31:55 +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
b6d75ce442
commit
e74b600d7c
@ -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