mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-06-04 04:21:30 +00:00
* Merge with trunk.
This commit is contained in:
commit
2c8ac5fb5b
2
buildd
2
buildd
@ -139,7 +139,7 @@ print "Current build status for this package:"
|
|||||||
# Output list of arches for package and their status.
|
# Output list of arches for package and their status.
|
||||||
done = False
|
done = False
|
||||||
for build in builds:
|
for build in builds:
|
||||||
if oneArch and build.arch_tag != options.archictecture:
|
if oneArch and build.arch_tag != options.architecture:
|
||||||
# Skip this architecture.
|
# Skip this architecture.
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user