格瑞特 Replication.config

Gerrit Replication.config

我有一个远程服务器 ABC,其中有 3 个存储库代码 jellybean、Kitkat 和 lollipop。 现在我想在另一台服务器 XYZ 上只复制 Lollipop 存储库。 谁能帮我 replication.config。 我怎么写replication.config。

Gerrit document says 
[remote "host-one"]
url = gerrit2@host-one.example.com:/some/path/${name}.git

[remote "pubmirror"]
url = mirror1.us.some.org:/pub/git/${name}.git
 url = mirror2.us.some.org:/pub/git/${name}.git
  url = mirror3.us.some.org:/pub/git/${name}.git
  push = +refs/heads/*
  push = +refs/tags/*
  threads = 3

我应该同时提及主机 ABC 和镜像 XYZ URL 吗? 请举例说明

启用复制。 首先我们需要在从服务器上制作现有存储库的镜像。 然后在 replication.config in master use projects: 提及存储库名称。