Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.07 KB

README.rst

File metadata and controls

37 lines (24 loc) · 1.07 KB

gerrit-reviewboard-plugin

A plugin for Gerrit for integrating with Review Board. This plugin extends Gerrit's API to make it suitable for a Review Board hosting service.

Installation

We provide builds for this plugin on our official releases site. Download the .jar file and place it into your gerrit/plugins/ directory and restart Gerrit. Follow the instructions in the official Review Board documentation for information on adding Gerrit-hosted repositories to Review Board.

Developing

This project is built with maven. To create the plugin jar, run:

mvn package

The resulting plugin will be in target/. Copy this into /path/to/gerrit/plugins/ and restart Gerrit.