From 3a0c4842d2a4680c101406bdff6de44abaafd788 Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 11 Aug 2014 18:11:36 +0400 Subject: [PATCH] sahara-ptl group should be able to push 2014.1.* stable/icehouse branch is not officially supported by stable maint team, so, sahara team should be able to support and release it. Change-Id: I05de930d923c80c3d73ad28cc8fae051676aff96 --- .../files/gerrit/acls/openstack/sahara.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/files/gerrit/acls/openstack/sahara.config b/modules/openstack_project/files/gerrit/acls/openstack/sahara.config index cd563845bd..99cb1fd726 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack/sahara.config +++ b/modules/openstack_project/files/gerrit/acls/openstack/sahara.config @@ -16,6 +16,9 @@ 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.*"] +pushSignedTag = group sahara-ptl + [receive] requireChangeId = true requireContributorAgreement = true