复制插件
无论如何,它用于从 gerrit 复制 git 存储库。配置文件是 $GERRIT_INSTALL/etc/replication.config
。
配置文件示例以将 MyRepo
从 gerrit
克隆到 backupServer
[remote "backup"]
url = ProjectUrlOnBackupServer/${name} #Example backup.some.org:/pub/git/${name}.git
push = +refs/heads/*:refs/heads/*
push = +refs/tags/*:refs/tags/*
projects = MyRepo
要重新加载插件,请重新启动 Gerrit 服务器或执行以下命令(如果安装了 install plugin
):
ssh -p 29418 localhost gerrit plugin reload replication
完整文档: 官方复制插件文档