IArchive.checkUpload() requires unnecessary parameters when asking about PPA permissions
Bug #821379 reported by
Jonathan Lange
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
To use IArchive.
>>> ppa.checkUpload
PPAs only have a main component and only have a release pocket. Requiring users to specify this to check permissions is redundant.
Changed in launchpad: | |
status: | Incomplete → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
PPAs happen to have only a main component and release pocket, but they are archives, and so they follow the same API as all archives. Are you suggesting a separate checkUploadPPA function that would only work on PPAs?