From cb2ec477200e7888bc829e5ee2d5a33131fc66d3 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 23 Apr 2015 14:31:08 +1000 Subject: [PATCH] Fix duplicate stable acl config in python-glanceclient Change Ibff756e2f93179f2e6979ba9d784fbfcaff3651d added the stable acl config, but then change I6fb79132d954c8cccdbd0c0584aa7acbe4655fef has merged and we now have duplicate entries. This is making the project-config-gerrit change fail. I think this got through because it's a check job and I6fb79132d954c8cccdbd0c0584aa7acbe4655fef was around for a long time before it got merged. Change-Id: Ia37ec5071591cd8c772f9ce806cfda6154df7c81 --- gerrit/acls/openstack/python-glanceclient.config | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gerrit/acls/openstack/python-glanceclient.config b/gerrit/acls/openstack/python-glanceclient.config index bba0dd7e27..3391fdbf16 100644 --- a/gerrit/acls/openstack/python-glanceclient.config +++ b/gerrit/acls/openstack/python-glanceclient.config @@ -10,13 +10,6 @@ label-Code-Review = -2..+2 group glance-stable-maint label-Code-Review = -1..+1 group Registered Users label-Workflow = -1..+1 group glance-stable-maint -[access "refs/heads/stable/*"] -abandon = group glance-stable-maint -exclusiveGroupPermissions = abandon label-Code-Review label-Workflow -label-Code-Review = -2..+2 group glance-stable-maint -label-Code-Review = -1..+1 group Registered Users -label-Workflow = -1..+1 group glance-stable-maint - [access "refs/tags/*"] pushSignedTag = group glance-release