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:
Andreas Jaeger
2014-12-10 20:47:05 +01:00
parent 53a17a31b8
commit 4bf53d2758
24 changed files with 29 additions and 29 deletions

View File

@@ -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