commit | 8ece43483be856ba430af8ba00d8ad412465d0b7 | [log] [tgz] |
---|---|---|
author | Daniele Sassoli <danielesassoli@gmail.com> | Thu Jun 22 19:24:41 2023 +0100 |
committer | Daniele Sassoli <danielesassoli@gmail.com> | Thu Jun 22 21:14:34 2023 +0100 |
tree | 45921878dc0aec44c348ff56490f106843c02a74 | |
parent | 55dba57a35ad9340cd1633ae792281481fa00852 [diff] |
Optimize script to only check mutable refs Change-Id: I73800425cf49371167fc057441e83fa5ab6c88aa
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.