From 41070c48956902cd7109a731e3cc17e24ed2780e Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Tue, 12 Aug 2014 19:06:14 +0400 Subject: [PATCH] Fix sahara tag acl to make it working It's really strange but gerrit doesn't accept the "refs/tags/2014.1.*" refs, but it works ok with "^refs/tags/2014.1.*". Change-Id: Icc5b8619c36c190e30072775c9c6f889f286f19e --- .../openstack_project/files/gerrit/acls/openstack/sahara.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/gerrit/acls/openstack/sahara.config b/modules/openstack_project/files/gerrit/acls/openstack/sahara.config index 99cb1fd726..3159566664 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack/sahara.config +++ b/modules/openstack_project/files/gerrit/acls/openstack/sahara.config @@ -16,7 +16,7 @@ label-Code-Review = -2..+2 group sahara-core label-Code-Review = -1..+1 group Registered Users label-Workflow = -1..+1 group sahara-core -[access "refs/tags/2014.1.*"] +[access "^refs/tags/2014.1.*"] pushSignedTag = group sahara-ptl [receive]