Stop trying to support partial removals from tpu; they make no sense

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
master
Adam D. Barratt 14 years ago
parent 19a7792982
commit 6ac2a58e53

@ -1995,9 +1995,7 @@ class Britney:
if pkg[0] == "-" and "/" in pkg:
pkg_name, arch = pkg.split("/")
pkg_name = pkg_name[1:]
if arch.endswith("_tpu"):
arch, suite = arch.split("_")
else: suite = "testing"
suite = "testing"
# arch = "<source>/<arch>",
elif "/" in pkg:
pkg_name, arch = pkg.split("/")

Loading…
Cancel
Save