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

Bug 467141

Summary: Enable Gerrit for PapyrusRT
Product: Community Reporter: Ernesto Posse <eposse>
Component: GerritAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: sredding
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Ernesto Posse CLA 2015-05-12 13:57:46 EDT
We would like to have Gerrit enabled for the PapyrusRT project.

The Git repo was created and has the initial commit. It is

git.eclipse.org/gitroot/papyrus-rt/org.eclipse.papyrus-rt.git
Comment 1 Ernesto Posse CLA 2015-05-12 14:00:48 EDT
Project committers should use Gerrit code review exclusively for this project.

The date for updating the URL should be as soon as possible.

Thanks.
Comment 2 Simon Redding CLA 2015-05-12 14:08:48 EDT
+1
Comment 3 Eclipse Webmaster CLA 2015-05-12 16:38:51 EDT
I've enabled Gerrit for Papyrus-RT. 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/papyrus-rt/org.eclipse.papyrus-rt
https://committer_id@git.eclipse.org/r/papyrus-rt/org.eclipse.papyrus-rt

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

Projects 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.

-M.