commit | d7dfef02991c66b8cc8c23cc122f27af4b70d7b9 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jul 28 00:05:05 2025 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jul 28 00:05:05 2025 +0200 |
tree | 740d7ab28261d78669a049e134bc72f4292206e4 | |
parent | 290b9e899967ac9e0abd18b0c100f21c0d19d18d [diff] |
Update Gerrit in example-setup Dockerfile to 3.12.1 Change-Id: I5eb661b43c1b9856fd3e75d6318cb4c1d2797f4d
This plugin can automatically mirror repositories from other systems.
Typically replication should be done over SSH, with a passwordless public/private key pair. On a trusted network it is also possible to use replication over the insecure (but much faster due to no authentication overhead or encryption) git:// protocol, by enabling the upload-pack
service on the receiving system, but this configuration is not recommended. It is also possible to specify a local path as replication source. This makes sense if a network share is mounted to which the repositories should be replicated from.
To be allowed to trigger pull replication a user must be a member of a group that is granted the ‘Pull Replication’ capability (provided by this plugin) or the ‘Administrate Server’ capability.
Changes will be automatically indexed upon replication.
For more information please refer to the docs