Normalize 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 \;

Some recent changes were not normalized ;(

Change-Id: I08f5c173c70903e9e2a006bf2327db97d9fc8b46
This commit is contained in:
Andreas Jaeger
2014-12-15 18:51:13 +01:00
parent dd7ecf7a05
commit 34484faa15
25 changed files with 69 additions and 69 deletions

View File

@@ -4,16 +4,16 @@ label-Code-Review = -2..+2 group oslo-vmware-core
label-Verified = -1..+1 group oslo-vmware-ci
label-Workflow = -1..+1 group oslo-vmware-core
[access "refs/tags/*"]
pushSignedTag = group oslo-vmware-release
[access "refs/heads/stable/*"]
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
abandon = group oslo-stable-maint
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group oslo-stable-maint
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group oslo-stable-maint
[access "refs/tags/*"]
pushSignedTag = group oslo-vmware-release
[receive]
requireChangeId = true
requireContributorAgreement = true