reassign mozilla package set

Asked by Colin Watson

I mistakenly created the mozilla package set (https://api.edge.launchpad.net/1.0/package-sets/maverick/mozilla) with the owner set to techboard rather than developer-membership-board (I'm a member of both teams). I don't seem to be able to change the owner through the API. Please could you reassign it?

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
[LEGACY] Canonical WebOps Edit question
Last query:
Last reply:
Whiteboard:
2010-06-23: Assigned to LOSAs
Revision history for this message
Julian Edwards (julian-edwards) said :
#1

LOSA:

update packageset set owner=person.id from person where person.name='techboard' and packageset.name='mozilla';

Revision history for this message
Colin Watson (cjwatson) said :
#2

On Wed, Jun 23, 2010 at 09:12:17AM -0000, Julian Edwards wrote:
> update packageset set owner=person.id from person where
> person.name='techboard' and packageset.name='mozilla';

Please note that I want it changed FROM techboard TO
developer-membership-board, so I think that ought to be "where
person.name='developer-membership-board'"?

Revision history for this message
Julian Edwards (julian-edwards) said :
#3

Woops I suck:

LOSA:

update packageset set owner=person.id from person where person.name='developer-membership-board' and packageset.name='mozilla';

Revision history for this message
Tom Haddon (mthaddon) said :
#4

This has been done.

Thanks, Tom

Can you help with this problem?

Provide an answer of your own, or ask Colin Watson for more information if necessary.

To post a message you must log in.