commit | 854519674e3f0ebb4e3b783b34386b13a7ae7e80 | [log] [tgz] |
---|---|---|
author | Dariusz Luksza <dariusz.luksza@gmail.com> | Tue Jan 23 13:06:43 2024 +0000 |
committer | Dariusz Luksza <dariusz.luksza@gmail.com> | Tue Jan 23 13:06:43 2024 +0000 |
tree | b3a26f58cefa874bb6202dec2cf391685174656c | |
parent | 00337cc73f09684bbbda8becce5fd0a4f4e40af0 [diff] |
Custom replication config resource provider from repository Fetch the override replication config from the All-Projects repository. Also-By: Luca Milanesio <luca.milanesio@gmail.com> Change-Id: I8fd15187fe17ce280d777374e91b2e48604aa43e
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.