Stop limiting adt-britney to amd64; this shouldn't make a difference anyway, per Jean-Baptiste.

bzr-import-20160707
Colin Watson 12 years ago
parent b45bc14d4f
commit 8023ee2a40

@ -112,7 +112,7 @@ class AutoPackageTest(object):
def _adt_britney(self, *args):
command = [
adt_britney,
"-c", self.rc_path, "-r", self.series, "-a", "amd64", "-PU",
"-c", self.rc_path, "-r", self.series, "-PU",
]
if self.debug:
command.append("-d")

Loading…
Cancel
Save