commit | f3e746d1747beb99f891e07d2462fba6d0027a1d | [log] [tgz] |
---|---|---|
author | Khai Do <zaro0508@gmail.com> | Fri May 20 13:06:31 2016 -0700 |
committer | Khai Do <zaro0508@gmail.com> | Mon Jun 20 22:34:12 2016 -0700 |
tree | fb4a9852da1335635c5a8e3d8730bfa781610fa3 | |
parent | bc085fe6982ba1ecf59581ecec4a80532ab91653 [diff] |
update documentation for reindexer command Change-Id: I6b29d2281d3c57bf7473b5f45237dd283b4fd3a4
This repository contains a collection of Gerrit scripting plugins that are intended to provide simple and useful extensions.
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.