Merge "Fix Aodh permissions to let the release team do its job"

This commit is contained in:
Jenkins 2015-09-02 14:46:44 +00:00 committed by Gerrit Code Review
commit 51376227e4

View File

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