project-config/gerrit/acls/stackforge/nova-docker.config
Davanum Srinivas 520a12a066 Enable nova-docker-core(s) to create branches and tags
Looks like the template used to create the nova-docker acl
missed a couple of things.

Change-Id: Ie021fe7bf730cfa650eb021d418430c44d06aeff
2014-12-29 19:00:43 -05:00

23 lines
629 B
Plaintext

[access "refs/heads/*"]
abandon = group nova-docker-core
create = group nova-docker-core
label-Code-Review = -2..+2 group nova-docker-core
label-Workflow = -1..+1 group nova-docker-core
[access "refs/heads/stable/*"]
abandon = group nova-docker-core
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group nova-docker-core
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group nova-docker-core
[access "refs/tags/*"]
pushSignedTag = group nova-docker-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true