commit | c7f1d37f686d8e80f84fcae6195b1e8e8ba50a4b | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Wed May 22 10:43:56 2024 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Wed May 22 11:06:53 2024 +0100 |
tree | a3addf3a09c70546f634b30cad9304a34b82f997 | |
parent | 42e02202a8e1f91ce3f047ee71180f3dc59ee42c [diff] |
Remove stale packed-refs.lock files When a packed-refs.lock is stale for a long period of time (configurable) then do not just display a warning and metric but also remove the lock file from the filesystem. Change-Id: Icfb24e964be5659362d4d1cde52f6042ca4a8b82
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.