Comment 7 for bug 1776

Revision history for this message
Dafydd Harries (daf) wrote :

Perhaps we can get Stuart to do something like:

UPDATE Person SET teamadmin = (SELECT id FROM Team WHERE name = 'rosetta-admins') WHERE name ~ '^ubuntu-l10n-';

How are we going to avoid this problem with teams we create in future? Just change the ownership by hand?