Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 488760

Summary: enable gerrit setup for equinox web site repo
Product: Community Reporter: Thomas Watson <tjwatson>
Component: GerritAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Thomas Watson CLA 2016-03-01 09:33:03 EST
I'd like to enable Gerrit for the following equinox repo :

http://git.eclipse.org/c/www.eclipse.org/equinox.git/


We still need direct push for the committers.  Also  please change the Project Options from "Merge If Necessary" to "Fast Forward Only" 

Thanks

Tom
Comment 1 Eclipse Webmaster CLA 2016-03-02 11:44:41 EST
I've enabled Gerrit for www.eclipse.org/equinox.git. You must now use the Gerrit URLs below for origin.

You can add it to the list of projects you watch:

https://git.eclipse.org/r/#/settings/projects

Upload your SSH public keys to Gerrit if you wish to use SSH:
https://git.eclipse.org/r/#/settings/ssh-keys

Gerrit uses a specific password for https repo access.  You can set/reset the password here:
https://git.eclipse.org/r/#/settings/http-password


Your Gerrit-enabled repo URLs:
ssh://committer_id@git.eclipse.org:29418/www.eclipse.org/equinox
https://committer_id@git.eclipse.org/r/www.eclipse.org/equinox

Gerrit@Eclipse docs:
http://wiki.eclipse.org/Gerrit

Project committers can push directly to master and bypass code review by pushing to refs/heads/master

Contributors and committers must push to refs/for/master to trigger code review.

I've also updated the submit type to 'fast forward only' as requested.

-M.