Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] fyi, m2e is switching to gerrit

Have to admit, I completely forgot how complicated Gerrit was. I have no
idea why anyone thinks it makes contributions easier. If you ever want
to contribute to m2e and aren't already familiar with Gerrit, prepare
yourself for the very step learning curve. Here is the wiki that
explains the basics [1].

For developers things are much easier, at least if you don't plan to use
Gerrit code review facilities. Here is the command to change your remote
url (change YOUR_COMMITTERID and origin as needed).


   git remote set-url origin \
     ssh://YOUR_COMMITTERID@xxxxxxxxxxxxxxx:29418/m2e/m2e-core


The same wiki [1] explains how to upload your SSH key to Gerrit. You
should be able to push and pull normally after that.

[1] http://wiki.eclipse.org/Gerrit

--
Regards,
Igor

On 1/14/2014, 15:49, Igor Fedorenko wrote:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374665

--
Regards,
Igor
_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top