74460853d1
Change-Id: I409bd50ae374e0288531f07cfeea34856c5f8067 Reviewed-on: https://review.openstack.org/17319 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: James E. Blair <corvus@inaugust.com>
19 lines
379 B
Plaintext
19 lines
379 B
Plaintext
# This file is managed by puppet.
|
|
# https://github.com/openstack-infra/config
|
|
|
|
<% if replicate_github -%>
|
|
[remote "github"]
|
|
url = git@github.com:${name}.git
|
|
authGroup = Anonymous Users
|
|
replicatePermissions = false
|
|
mirror = true
|
|
<% end -%>
|
|
|
|
<% if replicate_local -%>
|
|
[remote "local"]
|
|
url = file:///var/lib/git/${name}.git
|
|
replicationDelay = 0
|
|
threads = 4
|
|
mirror = true
|
|
<% end -%>
|