mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 23:41:28 +00:00
Tweak minimal output
This commit is contained in:
parent
d420a25b94
commit
3a403daf6b
@ -109,19 +109,21 @@ def main():
|
|||||||
|
|
||||||
if PersonTeam.me.canUploadPackage(archive, series, package, component,
|
if PersonTeam.me.canUploadPackage(archive, series, package, component,
|
||||||
pocket):
|
pocket):
|
||||||
print "You can upload %s." % package
|
print "You can upload %s to %s." % (package, options.release)
|
||||||
else:
|
else:
|
||||||
print "You can not upload %s, yourself." % package
|
print ("You can not upload %s to %s, yourself."
|
||||||
print ("But you can still contribute to it via the sponsorship "
|
% (package, options.release))
|
||||||
"process: https://wiki.ubuntu.com/SponsorshipProcess")
|
|
||||||
if not options.list_uploaders:
|
|
||||||
print ("To see who has the necessary upload rights, "
|
|
||||||
"use the --list-uploaders option.")
|
|
||||||
if (series.status in ('Current Stable Release', 'Supported', 'Obsolete')
|
if (series.status in ('Current Stable Release', 'Supported', 'Obsolete')
|
||||||
and pocket == 'Release'):
|
and pocket == 'Release'):
|
||||||
print ("%s is in the '%s' state. "
|
print ("%s is in the '%s' state. "
|
||||||
"You may want to query the %s-proposed pocket."
|
"You may want to query the %s-proposed pocket."
|
||||||
% (release, series.status, release))
|
% (release, series.status, release))
|
||||||
|
else:
|
||||||
|
print ("But you can still contribute to it via the sponsorship "
|
||||||
|
"process: https://wiki.ubuntu.com/SponsorshipProcess")
|
||||||
|
if not options.list_uploaders:
|
||||||
|
print ("To see who has the necessary upload rights, "
|
||||||
|
"use the --list-uploaders option.")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user