
This is the result of running: find modules/openstack_project/files/gerrit/acls/ -type f \ -name "*.config" -exec ./tools/normalize_acl.py {} 1 \; Change-Id: I15e64e41e94d4bea0ba2d1622962f7e204c67d4d
21 lines
363 B
Plaintext
21 lines
363 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/*"]
|
|
create = group hacking-ptl
|
|
pushSignedTag = group hacking-ptl
|
|
|
|
[project]
|
|
state = active
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|