commit | 896e18e0f253450844c33eac00cf8210a0da33fb | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Apr 15 23:23:28 2024 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Apr 15 23:23:28 2024 +0100 |
tree | 99578da2273daad83376f9944026171dab3fecf5 | |
parent | a5df739ed84b1624310fd691a276bde85ac96262 [diff] |
Adapt localrefdb script to Gerrit v3.10.0 The PluginCommandModule has a different constructor in Gerrit v3.10 therefore the command module fo the localrefdb script needs amending. Change-Id: Ia8d445f38b0085eeb27304f70a7c202201f37e9a
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.