commit | bf541b492857233256d6615270a5e2668292bf64 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jul 16 22:58:41 2025 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed Jul 16 23:30:20 2025 +0100 |
tree | 4d3e4e705a817d75f9603a65c0076e84cad9c200 | |
parent | 3eab64a8b9826fe929b0a7441cf1919f6379330b [diff] |
Add globalrefdb show-ref command Change-Id: I0451f9da00e5149ca3b976923cd72f0bc0beca57
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.