* buildd: Don't show arch override message if operation to perform is

'status'.
This commit is contained in:
Jonathan Davies 2009-01-05 10:02:02 +00:00
parent 8583d8bf15
commit 47dc6d5157
2 changed files with 9 additions and 5 deletions

8
buildd
View File

@ -131,6 +131,10 @@ if len(buildstats) == 0:
"built in a former release." % (package, release.capitalize())
sys.exit(0)
# Operations.
if op == 'status':
sys.exit(0)
# Check if the package in question is architecture independent, and if so; that
# i386 has been set as the architecture.
if len(buildstats) == 1 and options.architecture != "i386":
@ -138,10 +142,6 @@ if len(buildstats) == 1 and options.architecture != "i386":
"independent package..."
options.architecture = "i386"
# Operations.
if op == 'status':
sys.exit(0)
# Operations that are remaining may only be done by Ubuntu developers (retry)
# or buildd admins (rescore). Check if the proper permissions are in place.
if op == "rescore": teamNeeded = "launchpad-buildd-admins"

6
debian/changelog vendored
View File

@ -13,7 +13,11 @@ ubuntu-dev-tools (0.52) UNRELEASED; urgency=low
[ Kees Cook ]
* mk-sbuild-lv: add --skip-updates to allow building security-only chroots.
-- Kees Cook <kees@ubuntu.com> Sat, 03 Jan 2009 10:44:02 -0800
[ Jonathan Davies ]
* buildd: Don't show arch override message if operation to perform is
'status'.
-- Jonathan Davies <jpds@ubuntu.com> Mon, 05 Jan 2009 10:00:43 +0000
ubuntu-dev-tools (0.51) jaunty; urgency=low