From 123a61a839dd27fbcd5a3b932c48a2ac34a1d27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=A1gr?= Date: Tue, 2 Sep 2014 15:11:06 +0200 Subject: [PATCH] Packstack changes Added icehouse branch for GerritBot and permission for pushing tags Change-Id: I3d22b4b73059888112b4938d92a024efc1a5aab1 --- modules/gerritbot/files/gerritbot_channel_config.yaml | 1 + .../files/gerrit/acls/stackforge/packstack.config | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index c69784f931..ae50e0d37c 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -608,6 +608,7 @@ packstack-dev: - master - grizzly - havana + - icehouse openstack-anvil: events: diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/packstack.config b/modules/openstack_project/files/gerrit/acls/stackforge/packstack.config index 6cd764cc25..b5d45a2004 100644 --- a/modules/openstack_project/files/gerrit/acls/stackforge/packstack.config +++ b/modules/openstack_project/files/gerrit/acls/stackforge/packstack.config @@ -1,11 +1,14 @@ [access "refs/*"] -create = group packstack-core +create = group packstack-release [access "refs/heads/*"] abandon = group packstack-core label-Code-Review = -2..+2 group packstack-core label-Workflow = -1..+1 group packstack-core +[access "refs/tags/*"] +pushSignedTag = group packstack-release + [receive] requireChangeId = true requireContributorAgreement = true