mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-23 17:01:09 +00:00
Actually, skip all upload rights when the release is non-dev
This commit is contained in:
parent
25694bdfdd
commit
ff644a2ca1
@ -73,9 +73,9 @@ def main():
|
||||
Logger.error(str(e))
|
||||
sys.exit(2)
|
||||
component = spph.getComponent()
|
||||
if options.list_uploaders:
|
||||
if series.status in ('Experimental', 'Active Development',
|
||||
'Pre-release Freeze'):
|
||||
if (options.list_uploaders and series.status in
|
||||
('Experimental', 'Active Development', 'Pre-release Freeze')):
|
||||
|
||||
component_uploader = archive.getUploadersForComponent(
|
||||
component_name=component)[0]
|
||||
print "All upload permissions for %s:" % package
|
||||
|
Loading…
x
Reference in New Issue
Block a user