Packstack changes

Added icehouse branch for GerritBot and permission for pushing tags

Change-Id: I3d22b4b73059888112b4938d92a024efc1a5aab1
This commit is contained in:
Martin Mágr 2014-09-02 15:11:06 +02:00
parent e4c9b23b1a
commit 123a61a839
2 changed files with 5 additions and 1 deletions

View File

@ -608,6 +608,7 @@ packstack-dev:
- master
- grizzly
- havana
- icehouse
openstack-anvil:
events:

View File

@ -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