Gerrit
From Wikitech
(Difference between revisions)
m (→Giving users Labs access, if they already have an SVN account: typo) |
(→Giving users Labs access, if they already have an SVN account: another step, I think, is necessary) |
||
| Line 10: | Line 10: | ||
add-labs-user --wikiname="<wikiusername>" --mail="<email address>" <svnusername> | add-labs-user --wikiname="<wikiusername>" --mail="<email address>" <svnusername> | ||
| + | |||
| + | Then go to [[Special:NovaProject]] and add the user, by wiki username, to the testlabs project. | ||
Then the user must do the following: | Then the user must do the following: | ||
Revision as of 19:34, 25 November 2011
Giving users Labs access, if they already have an SVN account
Collect the following information from the user:
- Preferred wiki username
- Preferred email address
- Their svn account name
On formey, run the following command:
add-labs-user --wikiname="<wikiusername>" --mail="<email address>" <svnusername>
Then go to Special:NovaProject and add the user, by wiki username, to the testlabs project.
Then the user must do the following:
- Go to the password reset form at labs console
- Use the temporary password to set a password
- Log into gerrit
- Add their SSH key
If they are an ops team member, they should also be added to the ops group:
modify-ldap-group --addmembers=<svnusername> ops
If they are WMF staff, they should also be added to the wmf group:
modify-ldap-group --addmembers=<svnusername> wmf
Using gerrit
This is documented on labs console.