Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [swtbot-dev] Welcome Gerrit

2012/9/20 Mickael Istria <mistria@xxxxxxxxxx>
Hi all,

I'm pleased to tell you that SWTBot now use Gerrit for contribution reviews. I hope this will make contributing easier.
I updated this page accordingly: http://wiki.eclipse.org/SWTBot/Contributing . Please read it carefully and improve it as much as it deserves, but still keeping it simple and straightforward.

@Committers: you need to change the push repo to the following location: ssh://userid@xxxxxxxxxxxxxxx:29418/swtbot/org.eclipse.swtbot.git

if you clone using Gerrit's ssh daemon :

git clone ssh://username@xxxxxxxxxxxxxxx:29418/swtbot/org.eclipse.swtbot.git

you can push to code review using the same URL

git push origin HEAD:refs/for/master

to further simplify this follow [1]

[1] http://wiki.eclipse.org/EGit/Contributor_Guide#Adding_a_dedicated_remote

--
Matthias

Back to the top