Normalize Gerrit ACLs
This is the result of running:
find gerrit/acls/ -type f -name "*.config" \
-exec ./tools/normalize_acl.py {} 1 2 3 4 5 6 \;
Change-Id: Ic281a233aae06b27096d315831e45bb3499a95fb
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-core
|
||||
label-Code-Review = -2..+2 group devstack-core
|
||||
label-Workflow = -1..+1 group devstack-core
|
||||
label-Verified = -1..+1 group devstack-ci
|
||||
label-Workflow = -1..+1 group devstack-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
abandon = group devstack-core
|
||||
|
||||
Reference in New Issue
Block a user