Merge "Only replicate branches and tags to gitea"
This commit is contained in:
commit
4d0866692e
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user