mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
Add armel as an arch to buildd
This commit is contained in:
parent
31c47d0f12
commit
5a47f6591e
4
buildd
4
buildd
@ -72,8 +72,8 @@ if op not in ("retry", 'rescore') and options.architecture:
|
|||||||
print >> sys.stderr, "Operation %s does not use the --arch option." % op
|
print >> sys.stderr, "Operation %s does not use the --arch option." % op
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
elif op in ("retry", "rescore") and options.architecture:
|
elif op in ("retry", "rescore") and options.architecture:
|
||||||
if options.architecture not in ("amd64", "hppa", "i386", "ia64", "lpia",
|
if options.architecture not in ("armel", "amd64", "hppa", "i386", "ia64",
|
||||||
"powerpc", "sparc"):
|
"lpia", "powerpc", "sparc"):
|
||||||
print >> sys.stderr, "Invalid architecture specified: %s." % options.architecture
|
print >> sys.stderr, "Invalid architecture specified: %s." % options.architecture
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user