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

Bug 377585

Summary: Enable Gerrit for Hudson Technology Project
Product: Community Reporter: Winston Prakash <winston.prakash>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Winston Prakash CLA 2012-04-24 17:51:30 EDT
Please enable Gerrit for Hudson project 

http://git.eclipse.org/c/hudson

I want project committers to be able to bypass the Gerrit code review system and push changes directly to the git repo. 

The repositories  which I want to hook up initially with Gerrit are

http://git.eclipse.org/c/hudson/org.eclipse.hudson.core.git/
http://git.eclipse.org/c/hudson/org.eclipse.hudson.maven-hpi-plugin.git/
http://git.eclipse.org/c/hudson/org.eclipse.hudson.stapler.git/
http://git.eclipse.org/c/hudson/org.eclipse.hudson.test.harness.git/
Comment 1 Eclipse Webmaster CLA 2012-04-26 14:18:22 EDT
I've enabled Gerrit on the requested 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/hudson/org.eclipse.hudson.core.git
https://git.eclipse.org/r/p/hudson/org.eclipse.hudson.core.git
ssh://userid@git.eclipse.org:29418/hudson/org.eclipse.hudson.maven-hpi-plugin.git
https://git.eclipse.org/r/p/hudson/org.eclipse.hudson.maven-hpi-plugin.git
ssh://userid@git.eclipse.org:29418/hudson/org.eclipse.hudson.stapler.git
https://git.eclipse.org/r/p/hudson/org.eclipse.hudson.stapler.git
ssh://userid@git.eclipse.org:29418/hudson/org.eclipse.hudson.test.harness.git
https://git.eclipse.org/r/p/hudson/org.eclipse.hudson.test.harness.git

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

-M.