mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +00:00
Stop trying to support partial removals from tpu; they make no sense
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
b255fc75e8
commit
9252c5e623
@ -1995,9 +1995,7 @@ class Britney:
|
|||||||
if pkg[0] == "-" and "/" in pkg:
|
if pkg[0] == "-" and "/" in pkg:
|
||||||
pkg_name, arch = pkg.split("/")
|
pkg_name, arch = pkg.split("/")
|
||||||
pkg_name = pkg_name[1:]
|
pkg_name = pkg_name[1:]
|
||||||
if arch.endswith("_tpu"):
|
suite = "testing"
|
||||||
arch, suite = arch.split("_")
|
|
||||||
else: suite = "testing"
|
|
||||||
# arch = "<source>/<arch>",
|
# arch = "<source>/<arch>",
|
||||||
elif "/" in pkg:
|
elif "/" in pkg:
|
||||||
pkg_name, arch = pkg.split("/")
|
pkg_name, arch = pkg.split("/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user