From 9e47e5554121e0a83d0af41567c003407ab78f5c Mon Sep 17 00:00:00 2001 From: Igor Belikov Date: Wed, 8 Jul 2015 11:49:23 +0300 Subject: [PATCH] Fix acls for stable/6.1 branch of fuel projects * Add exclusive label-Workflow permissions to stable/6.1 branches * Remove duplicating acl lines for stable/6.1 branches Closes-Bug: #1472424 Change-Id: Ia26b7f08550e2d51c951f03098511ad2af3356ef --- gerrit/acls/stackforge/fuel-astute.config | 5 +---- gerrit/acls/stackforge/fuel-library.config | 5 +---- gerrit/acls/stackforge/fuel-main.config | 5 +---- gerrit/acls/stackforge/fuel-ostf.config | 5 +---- gerrit/acls/stackforge/fuel-web.config | 5 +---- gerrit/acls/stackforge/python-fuelclient.config | 5 +---- 6 files changed, 6 insertions(+), 24 deletions(-) diff --git a/gerrit/acls/stackforge/fuel-astute.config b/gerrit/acls/stackforge/fuel-astute.config index da167ea96d..e1776f6956 100644 --- a/gerrit/acls/stackforge/fuel-astute.config +++ b/gerrit/acls/stackforge/fuel-astute.config @@ -6,10 +6,7 @@ label-Verified = -1..+1 group fuel-ci label-Workflow = -1..+1 group fuel-astute-core [access "refs/heads/stable/6.1"] -abandon = group fuel-astute-core -create = group fuel-astute-core -label-Code-Review = -2..+2 group fuel-astute-core -label-Verified = -1..+1 group fuel-ci +exclusiveGroupPermissions = label-Workflow label-Workflow = -1..+1 group fuel-stable-core [access "refs/tags/*"] diff --git a/gerrit/acls/stackforge/fuel-library.config b/gerrit/acls/stackforge/fuel-library.config index bff9169332..bbc5909caa 100644 --- a/gerrit/acls/stackforge/fuel-library.config +++ b/gerrit/acls/stackforge/fuel-library.config @@ -6,10 +6,7 @@ label-Verified = -1..+1 group fuel-ci label-Workflow = -1..+1 group fuel-library-core [access "refs/heads/stable/6.1"] -abandon = group fuel-library-core -create = group fuel-library-core -label-Code-Review = -2..+2 group fuel-library-core -label-Verified = -1..+1 group fuel-ci +exclusiveGroupPermissions = label-Workflow label-Workflow = -1..+1 group fuel-stable-core [access "refs/tags/*"] diff --git a/gerrit/acls/stackforge/fuel-main.config b/gerrit/acls/stackforge/fuel-main.config index 03bf0643c0..48bb485614 100644 --- a/gerrit/acls/stackforge/fuel-main.config +++ b/gerrit/acls/stackforge/fuel-main.config @@ -6,10 +6,7 @@ label-Verified = -1..+1 group fuel-ci label-Workflow = -1..+1 group fuel-main-core [access "refs/heads/stable/6.1"] -abandon = group fuel-main-core -create = group fuel-main-core -label-Code-Review = -2..+2 group fuel-main-core -label-Verified = -1..+1 group fuel-ci +exclusiveGroupPermissions = label-Workflow label-Workflow = -1..+1 group fuel-stable-core [access "refs/tags/*"] diff --git a/gerrit/acls/stackforge/fuel-ostf.config b/gerrit/acls/stackforge/fuel-ostf.config index 004d0e936f..1df6a996f9 100644 --- a/gerrit/acls/stackforge/fuel-ostf.config +++ b/gerrit/acls/stackforge/fuel-ostf.config @@ -6,10 +6,7 @@ label-Verified = -1..+1 group fuel-ci label-Workflow = -1..+1 group fuel-ostf-core [access "refs/heads/stable/6.1"] -abandon = group fuel-ostf-core -create = group fuel-ostf-core -label-Code-Review = -2..+2 group fuel-ostf-core -label-Verified = -1..+1 group fuel-ci +exclusiveGroupPermissions = label-Workflow label-Workflow = -1..+1 group fuel-stable-core [access "refs/tags/*"] diff --git a/gerrit/acls/stackforge/fuel-web.config b/gerrit/acls/stackforge/fuel-web.config index b0e455f767..120cc01e30 100644 --- a/gerrit/acls/stackforge/fuel-web.config +++ b/gerrit/acls/stackforge/fuel-web.config @@ -6,10 +6,7 @@ label-Verified = -1..+1 group fuel-ci label-Workflow = -1..+1 group fuel-web-core [access "refs/heads/stable/6.1"] -abandon = group fuel-web-core -create = group fuel-web-core -label-Code-Review = -2..+2 group fuel-web-core -label-Verified = -1..+1 group fuel-ci +exclusiveGroupPermissions = label-Workflow label-Workflow = -1..+1 group fuel-stable-core [access "refs/tags/*"] diff --git a/gerrit/acls/stackforge/python-fuelclient.config b/gerrit/acls/stackforge/python-fuelclient.config index 940c1c2752..fb8af5a77a 100644 --- a/gerrit/acls/stackforge/python-fuelclient.config +++ b/gerrit/acls/stackforge/python-fuelclient.config @@ -6,10 +6,7 @@ label-Verified = -1..+1 group fuel-ci label-Workflow = -1..+1 group python-fuelclient-core [access "refs/heads/stable/6.1"] -abandon = group python-fuelclient-core -create = group python-fuelclient-release -label-Code-Review = -2..+2 group python-fuelclient-core -label-Verified = -1..+1 group fuel-ci +exclusiveGroupPermissions = label-Workflow label-Workflow = -1..+1 group fuel-stable-core [access "refs/tags/*"]