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:
Adam D. Barratt 2010-10-28 19:45:32 +00:00
parent b255fc75e8
commit 9252c5e623

View File

@ -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("/")