Merge "Only replicate branches and tags to gitea"

This commit is contained in:
Zuul 2019-01-10 16:12:52 +00:00 committed by Gerrit Code Review
commit 4d0866692e

View File

@ -251,11 +251,16 @@ class openstack_project::review (
}, },
{ {
name => 'gitea', name => 'gitea',
url => 'git@38.108.68.66:', url => 'git@38.108.68.64:',
authGroup => 'Anonymous Users', authGroup => 'Anonymous Users',
replicationDelay => '1', replicationDelay => '1',
replicatePermissions => false, replicatePermissions => false,
mirror => true, mirror => true,
push => [
'+refs/heads/*:refs/heads/*',
'+refs/tags/*:refs/tags/*',
],
threads => '8',
}, },
{ {
name => 'local', name => 'local',