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

Bug 376677

Summary: setup Gerrit for all Mylyn sub-projects
Product: Community Reporter: Steffen Pingel <steffen.pingel>
Component: GerritAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: greensopinion, mario.bernhart, robert.elves, shawn.minto, torkildr
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on: 376924    
Bug Blocks:    

Description Steffen Pingel CLA 2012-04-12 23:33:35 EDT
I would kindly like to request that these repositories are setup in Gerrit (as discussed on mylyn-dev: http://dev.eclipse.org/mhonarc/lists/mylyn-dev/msg01565.html):

mylyn/org.eclipse.mylyn.git
mylyn/org.eclipse.mylyn.builds.git
mylyn/org.eclipse.mylyn.commons.git
mylyn/org.eclipse.mylyn.context.git
mylyn/org.eclipse.mylyn.docs.git
mylyn/org.eclipse.mylyn.incubator.git
mylyn/org.eclipse.mylyn.tasks.git
mylyn/org.eclipse.mylyn.reviews.git
mylyn/org.eclipse.mylyn.versions.git

The Gerrit projects should configured with the following settings:

* Allow committers to bypass Gerrit
* Fast forward only
* Require Change-Id in commit message
Comment 1 Steffen Pingel CLA 2012-04-15 14:13:54 EDT
+1 for Mylyn, Mylyn Builds, Mylyn Commons, Mylyn Tasks, Mylyn Versions

Shawn, Rob, David, Mario, can you confirm the migration for the projects you are leading?
Comment 2 David Green CLA 2012-04-16 14:56:51 EDT
confirmed
Comment 3 Eclipse Webmaster CLA 2012-04-16 15:04:12 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/mylyn/org.eclipse.mylyn.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.builds.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.builds.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.commons.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.commons.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.context.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.context.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.docs.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.docs.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.incubator.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.incubator.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.tasks.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.tasks.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.reviews.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.reviews.git
ssh://userid@git.eclipse.org:29418/mylyn/org.eclipse.mylyn.versions.git
https://git.eclipse.org/r/p/mylyn/org.eclipse.mylyn.versions.git

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

-M.