mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
Fix typo in buildd so specifiying arches works again
This commit is contained in:
parent
27cccf9a70
commit
76455d8933
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