system-config/modules/openstack_project/files/gerrit/acls/openstack-dev/hacking.config
Jeremy Stanley 56605d0d11 Remove active project.state in Gerrit ACLs
This is the result of running:

    find modules/openstack_project/files/gerrit/acls/ -type f \
        -name "*.config" -exec ./tools/normalize_acl.py {} 3 \;

Change-Id: I806014585faa0fe6460769a42bd1b69b846a034f
2014-06-30 17:24:25 +00:00

17 lines
310 B
Plaintext

[access "refs/*"]
create = group hacking-ptl
[access "refs/heads/*"]
abandon = group hacking-core
label-Code-Review = -2..+2 group hacking-core
label-Workflow = -1..+1 group hacking-core
[access "refs/tags/*"]
pushSignedTag = group hacking-ptl
[receive]
requireChangeId = true
[submit]
mergeContent = true