commit | c24049262c4bb669ae11cd7e473358df38c04f1c | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed May 23 15:53:38 2018 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed May 23 15:53:38 2018 +0100 |
tree | 122fed7ecc22ece7ce853ce798906e8599165a11 | |
parent | c9a7ced5ffe2168f7f6813dddf7824acef1af303 [diff] |
Remove reference to accounts_byemail cache Gerrit does not have an accounts_byemail cache anymore since v2.15. There is no value in trying to warm an inexistent cache other than making this script failing to load. Change-Id: Ib3575492a5ae9b09620d7b5541541583f47267b9
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.