From 47dc6d5157b14d13dff2626aa789149f064ce65e Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Mon, 5 Jan 2009 10:02:02 +0000 Subject: [PATCH] * buildd: Don't show arch override message if operation to perform is 'status'. --- buildd | 8 ++++---- debian/changelog | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/buildd b/buildd index 2d99326..22607a6 100755 --- a/buildd +++ b/buildd @@ -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" diff --git a/debian/changelog b/debian/changelog index 69cc96a..d6d48cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Mon, 05 Jan 2009 10:00:43 +0000 ubuntu-dev-tools (0.51) jaunty; urgency=low