Patches spontaneously changing ownership

Jeremy Kerr jk at ozlabs.org
Fri May 23 11:44:25 EST 2014


Hi Ralf,

> Earlier today I submitted a patch to my own patchwork which did show
> up as submitted by user root - but my email address.  Turned out
> the root account which I'm only using for django and my normal
> patchwork account ralf where both using the same email address
> and I think that eventually lead patchwork into confusion.

Hm, interesting. Looks like I've got the (admin) user relation is being
mixed up with the person relation somewhere.

> Something as user friendly as "update patchwork_patch set submitter_id = 6814
> where submitter_id = 4;" resolved the issue again but that should probably
> be fixed permanently.

OK, could you send me:

 SELECT * FROM patchwork_person
   WHERE user_id IN (4, 6814)
     OR email ILIKE '%ralf at linux-mips.org%';


(off-list if you prefer).

Thanks!


Jeremy



More information about the Patchwork mailing list