Merge "Packstack changes"

This commit is contained in:
Jenkins 2014-09-24 22:31:35 +00:00 committed by Gerrit Code Review
commit cdb631b7f7
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,11 +1,14 @@
[access "refs/*"] [access "refs/*"]
create = group packstack-core create = group packstack-release
[access "refs/heads/*"] [access "refs/heads/*"]
abandon = group packstack-core abandon = group packstack-core
label-Code-Review = -2..+2 group packstack-core label-Code-Review = -2..+2 group packstack-core
label-Workflow = -1..+1 group packstack-core label-Workflow = -1..+1 group packstack-core
[access "refs/tags/*"]
pushSignedTag = group packstack-release
[receive] [receive]
requireChangeId = true requireChangeId = true
requireContributorAgreement = true requireContributorAgreement = true