Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGerrit/Contributor Guide"

Line 23: Line 23:
 
EGerrit is self hosted in Git. You can browse the repository on the web:
 
EGerrit is self hosted in Git. You can browse the repository on the web:
 
[http://git.eclipse.org/c/egerrit/org.eclipse.egerrit.git/ EGerrit]
 
[http://git.eclipse.org/c/egerrit/org.eclipse.egerrit.git/ EGerrit]
 +
 +
= Build jobs =
 +
 +
The build jobs can be found at [https://hudson.eclipse.org/egerrit/ EGerrit on Hudson]
 +
 +
= IDE configuration =
 +
 +
= Running the tests =
 +
The tests require a Gerrit server on which you can connect and commit. Don't worry, we have you covered. All you need to do is to install [https://docs.vagrantup.com/v2/installation/ vagrant] and depending on your OS you may also need to install [https://www.virtualbox.org/wiki/Downloads VirtualBox] yourself.
 +
Once this is done, go to the org.eclipse.egerrit/org.eclipse.egerrit.releng folder and run "vagrant up --provision"
 +
 +
Once this is done, you can run the tests either from the IDE or by executing the Maven build.

Revision as of 09:54, 27 October 2015

EGerrit
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Communication

Channel EGerrit
Developer Mailing List EGit developer mailing list
Reporting Bugs File new EGit bug
User Forum EGerrit Forum


Obtaining Sources

EGerrit is self hosted in Git. You can browse the repository on the web: EGerrit

Build jobs

The build jobs can be found at EGerrit on Hudson

IDE configuration

Running the tests

The tests require a Gerrit server on which you can connect and commit. Don't worry, we have you covered. All you need to do is to install vagrant and depending on your OS you may also need to install VirtualBox yourself. Once this is done, go to the org.eclipse.egerrit/org.eclipse.egerrit.releng folder and run "vagrant up --provision"

Once this is done, you can run the tests either from the IDE or by executing the Maven build.

Back to the top