Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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 8: Line 8:
 
|-
 
|-
 
|Developer Mailing List
 
|Developer Mailing List
|[https://dev.eclipse.org/mailman/listinfo/egerrit-dev EGit developer mailing list]
+
|[https://dev.eclipse.org/mailman/listinfo/egerrit-dev EGerrit developer mailing list]
 
|-
 
|-
 
|Reporting Bugs
 
|Reporting Bugs
|[https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGerrit&rep_platform=All&op_sys=All File new EGit bug]
+
|[https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGerrit&rep_platform=All&op_sys=All File new EGerrit bug]
 
|-
 
|-
 
|User Forum
 
|User Forum

Revision as of 13:51, 27 October 2015

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

Communication

Channel EGerrit
Developer Mailing List EGerrit developer mailing list
Reporting Bugs File new EGerrit 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