Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Gerrit Enabled

Hello all PDE committers and contributors,

Gerrit, the code review system, has been enabled for all PDE repositories (eclipse.pde, eclipse.pde.ui, eclipse.pde.build).  This provides a streamlined process for reviewing and merging contributions into the master branch.

Committers will still be able to push changes directly to the repository via the old ssh URLs (ex: ssh://git.eclipse.org/gitroot/pde/eclipse.pde.ui.git).

This wiki explains the steps to push a commit to Gerrit for review:
http://wiki.eclipse.org/Gerrit#Logon

Make sure to use the following configuration:

    remote.review.url=""> remote.review.push=HEAD:refs/for/master

Curtis

Back to the top