please cancel team membership of ~kubuntu-mobile in ~linux-traipu

Asked by Harald Sitter

loopy permission sets on ~kubuntu-mobile enabled uneducated people to make it member of ~linux-traipu which is by no means desired by the ~kubuntu-mobile team. If an admin could please undo this, that would be great. Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Max Bowsher
Solved:
Last query:
Last reply:
Revision history for this message
Henning Eggers (henninge) said :
#1

Hm, I cannot do do that but you should be able to do that yourself as your are a member of ~kubuntu-developers which is an administrator for ~kubuntu-mobile, so you should be able to cancel the team's membership.

Revision history for this message
Harald Sitter (apachelogger) said :
#2

Bug #110108 suggests otherwise, also I could not find a link anywhere.

Revision history for this message
Best Max Bowsher (maxb) said :
#3

The bug is correct - there's no web UI for it, but you do have permission. Here is how you may accomplish this via the REST API:

Run the "lp-shell" command with no arguments (from the ubuntu-dev-tools package). This will give you a Python interactive prompt. Enter the line:

lp.people['kubuntu-mobile'].retractTeamMembership(team="/~linux-traipu")

press enter, wait for the prompt to return, and it should be done.

Revision history for this message
Harald Sitter (apachelogger) said :
#4

Thanks that worked.

Revision history for this message
Harald Sitter (apachelogger) said :
#5

Thanks Max Bowsher, that solved my question.