commit | dfef6cada6e73e6b5b93959b8cc154e490e5cf75 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Jul 28 00:29:27 2025 +0200 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Sun Jul 27 22:12:02 2025 -0700 |
tree | ebc8470bf861ac334f0d92ebbef082ef24e8aba7 | |
parent | 71538ca6e051b58dd1f71eb023f6226786246337 [diff] |
Set JAVA_HOME in example-setup Dockerfile Change-Id: Ib952c1f225a1e7c44399689ec98999c4e4f7ac77
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