
We should only replicate to github things that people can see anyway. Change-Id: I3a1aa93cc805d64a1c04ea963df54223c06f5837
13 lines
269 B
Plaintext
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
|