Push all refs to gitea
The current version wil now skip performing expensive operations on unknown refs, so it is safe to push refs/notes and refs/changes to gitea. Change-Id: I8f08f3341e0ff603f8579870bd862b5fd6c5a9c1
This commit is contained in:
parent
5fca87512e
commit
03232d51ce
@ -260,10 +260,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -273,10 +269,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -286,10 +278,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -299,10 +287,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -312,10 +296,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -325,10 +305,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -338,10 +314,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -351,10 +323,6 @@ class openstack_project::review (
|
|||||||
replicationDelay => '1',
|
replicationDelay => '1',
|
||||||
replicatePermissions => false,
|
replicatePermissions => false,
|
||||||
mirror => true,
|
mirror => true,
|
||||||
push => [
|
|
||||||
'+refs/heads/*:refs/heads/*',
|
|
||||||
'+refs/tags/*:refs/tags/*',
|
|
||||||
],
|
|
||||||
threads => '4',
|
threads => '4',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user