mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-27 14:51:29 +00:00
* buildd: Don't show arch override message if operation to perform is
'status'.
This commit is contained in:
parent
8583d8bf15
commit
47dc6d5157
8
buildd
8
buildd
@ -131,6 +131,10 @@ if len(buildstats) == 0:
|
|||||||
"built in a former release." % (package, release.capitalize())
|
"built in a former release." % (package, release.capitalize())
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
# Operations.
|
||||||
|
if op == 'status':
|
||||||
|
sys.exit(0)
|
||||||
|
|
||||||
# Check if the package in question is architecture independent, and if so; that
|
# Check if the package in question is architecture independent, and if so; that
|
||||||
# i386 has been set as the architecture.
|
# i386 has been set as the architecture.
|
||||||
if len(buildstats) == 1 and options.architecture != "i386":
|
if len(buildstats) == 1 and options.architecture != "i386":
|
||||||
@ -138,10 +142,6 @@ if len(buildstats) == 1 and options.architecture != "i386":
|
|||||||
"independent package..."
|
"independent package..."
|
||||||
options.architecture = "i386"
|
options.architecture = "i386"
|
||||||
|
|
||||||
# Operations.
|
|
||||||
if op == 'status':
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
# Operations that are remaining may only be done by Ubuntu developers (retry)
|
# Operations that are remaining may only be done by Ubuntu developers (retry)
|
||||||
# or buildd admins (rescore). Check if the proper permissions are in place.
|
# or buildd admins (rescore). Check if the proper permissions are in place.
|
||||||
if op == "rescore": teamNeeded = "launchpad-buildd-admins"
|
if op == "rescore": teamNeeded = "launchpad-buildd-admins"
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -13,7 +13,11 @@ ubuntu-dev-tools (0.52) UNRELEASED; urgency=low
|
|||||||
[ Kees Cook ]
|
[ Kees Cook ]
|
||||||
* mk-sbuild-lv: add --skip-updates to allow building security-only chroots.
|
* 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
|
ubuntu-dev-tools (0.51) jaunty; urgency=low
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user