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.
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.
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.