| commit | 28e784b3d99c969cd850d35670bf0e05478a7d10 | [log] [tgz] |
|---|---|---|
| author | Luca Milanesio <luca.milanesio@gmail.com> | Fri Oct 03 09:23:30 2025 -0700 |
| committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri Oct 03 09:24:42 2025 -0700 |
| tree | a0d8f25417d96acbbb133e6c1ea309d39db1ae4c | |
| parent | 61b1a79d56df9fbb296bce401b9dd5c4b553620e [diff] |
Add deprecation notice Change-Id: I2c019128d7e25fc9c5eee80432ca0d5da8edb0d1
GerritForge has decided to change the license to BSL therefore the Apache 2.0 version of this plugin is deprecated. The recommended version of the pull-replication plugin is on GitHub and the development continues on GerritHub.io.
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