Add armel as an arch to buildd

This commit is contained in:
Sarah Hobbs 2008-11-24 13:46:36 +11:00
parent 31c47d0f12
commit 5a47f6591e

4
buildd
View File

@ -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
sys.exit(1)
elif op in ("retry", "rescore") and options.architecture:
if options.architecture not in ("amd64", "hppa", "i386", "ia64", "lpia",
"powerpc", "sparc"):
if options.architecture not in ("armel", "amd64", "hppa", "i386", "ia64",
"lpia", "powerpc", "sparc"):
print >> sys.stderr, "Invalid architecture specified: %s." % options.architecture
sys.exit(1)
else: