Adapt to the latest replication API on master

The Gerrit master branch has a separate artifacts
for replication and its API. Adapt the script for decoupling
from the replication plugin internals and just rely on its
externally published API and classes.

Change-Id: I60fd50ee9fef0f1fb54eaf7747ad0cd7fa835ad7
1 file changed
tree: 5757e5e55348730d7dcd43286ee292e7a27ea4ba
  1. admin/
  2. multi-primary/
  3. replication/
  4. .gitignore
  5. README.md
README.md

Gerrit scripting plugins collection

Overview

This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.

How to run the scripting plugins

Gerrit needs to be able to recognise the scripts syntax and being able to load them as plugins.

In order to be able to run Groovy scripts, you need to install first the Groovy scripting provider and then copy the Groovy scripts under your Gerrit /plugins directory.

Similarly for Scala scripts, you need to install the Scala scripting provider and then copy the Scala scripts under your Gerrit /plugins directory.

Administration Scripts

Gerrit multi-primary Scripts