Fix Aodh permissions to let the release team do its job

Change-Id: If89bae1c083b9f07a0c696034adcaca7aad00131
This commit is contained in:
Julien Danjou 2015-08-28 14:53:22 +02:00
parent 2ff1c6ef39
commit b784d16639

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