mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-19 22:41:30 +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):
|
def _adt_britney(self, *args):
|
||||||
command = [
|
command = [
|
||||||
adt_britney,
|
adt_britney,
|
||||||
"-c", self.rc_path, "-r", self.series, "-a", "amd64", "-PU",
|
"-c", self.rc_path, "-r", self.series, "-PU",
|
||||||
]
|
]
|
||||||
if self.debug:
|
if self.debug:
|
||||||
command.append("-d")
|
command.append("-d")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user