system-config/modules/gerrit/files/replication.config
Monty Taylor ae37e2affd Restrict replication to github.
We should only replicate to github things that people can see anyway.

Change-Id: I3a1aa93cc805d64a1c04ea963df54223c06f5837
2012-07-07 09:44:57 -05:00

13 lines
269 B
Plaintext

# This file is managed by puppet.
# https://github.com/openstack/openstack-ci-puppet
[remote "github"]
url = git@github.com:${name}.git
authGroup = Registered Users
[remote "local"]
url = file:///var/lib/git/${name}.git
replicationDelay = 0
threads = 4
mirror = true