mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-09 18:21:09 +00:00
Stop limiting adt-britney to amd64; this shouldn't make a difference anyway, per Jean-Baptiste.
This commit is contained in:
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…
x
Reference in New Issue
Block a user