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

Bug 374253

Summary: Enable Gerrit for my project - Lyo
Product: Community Reporter: Michael Fiedler <fiedler.mf>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: fiedler.mf, samuel.padgett, sspeiche
Version: unspecifiedFlags: sspeiche: review+
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Michael Fiedler CLA 2012-03-14 11:15:31 EDT
Project:  Eclipse Lyo
Project Lead:  Steve Speicher

I want project committers to be able to bypass the Gerrit code review system and push changes directly to the git repo.
Comment 1 Michael Fiedler CLA 2012-03-14 11:16:10 EDT
Steve Speicher, please +1 if you approve.
Comment 2 Eclipse Webmaster CLA 2012-03-15 10:55:35 EDT
Just to confirm: do you want Gerrit for all of the Lyo repos or just a couple?

-M.
Comment 3 Michael Fiedler CLA 2012-03-15 14:03:50 EDT
Please setup Gerrit for the following repos:

org.eclipse.lyo.client.git		
org.eclipse.lyo.core.git			
org.eclipse.lyo.rio.git	
org.eclipse.lyo.server.git	
org.eclipse.lyo.testsuite.git

lyo.client is not actually in use yet, but will be soon.
Comment 4 Eclipse Webmaster CLA 2012-03-15 15:35:04 EDT
I've enabled Gerrt for the given Lyo repos.  You can add them 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

Your Gerrit-enabled repo URLs:

ssh://userid@git.eclipse.org:29418/lyo/org.eclipse.lyo.client.git
https://git.eclipse.org/r/p/lyo/org.eclipse.lyo.client.git
ssh://userid@git.eclipse.org:29418/lyo/org.eclipse.lyo.core.git
https://git.eclipse.org/r/p/lyo/org.eclipse.lyo.core.git
ssh://userid@git.eclipse.org:29418/lyo/org.eclipse.lyo.rio.git
https://git.eclipse.org/r/p/lyo/org.eclipse.lyo.rio.git
ssh://userid@git.eclipse.org:29418/lyo/org.eclipse.lyo.server.git
https://git.eclipse.org/r/p/lyo/org.eclipse.lyo.server.git
ssh://userid@git.eclipse.org:29418/lyo/org.eclipse.lyo.testsuite.git
https://git.eclipse.org/r/p/lyo/org.eclipse.lyo.testsuite.git

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

-M.