commit | 9da6f71b93def8144061a976738d8a2f543e0e17 | [log] [tgz] |
---|---|---|
author | Dariusz Luksza <dariusz.luksza@gmail.com> | Fri Mar 01 10:12:49 2024 +0000 |
committer | Dariusz Luksza <dariusz.luksza@gmail.com> | Wed Mar 06 08:51:54 2024 +0000 |
tree | 9d4f4784e416b50276c9f03dda93be8f55668636 | |
parent | fbe945ab2ad4d0c6ff94d7394dd191ee65169cd5 [diff] |
Implement ReplicationConfigOverrides.update() The newly added `update(Config)` method to `ReplicationConfigOverrides` allows us to update the replication configuration programmatically. Added implementation stores remotes definitions in the "fanout" fashion in the `refs/meta/replication` branch of `All-Projects` repository. Other configuration options will be stored in the `replication.config` file in the root of the branch. If no configuration or branch is present they will be created by the script. Change-Id: Ifa744342536fc029a220833f8f59c9a15954ac65
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.