464f4f586a
Gerrit very much wants its ACLs to indent option lines (but not section headings) by a single hard tab. The recent migration to schema 185 with Gerrit 3.7 has updated copyConditions flags and re-written most of the ACL files to look like this (c.f. I1f11c07e3786bd1a68b43d908d939fde42ddb99c). This updates the normalize tool to format like this, and modifies all our ACL's to the new format. This is intended to be a no-op with no functional change. For future upgrades, this will reduce the diffs of any updates Gerrit might make. Change-Id: I3a0c0da1eb32f8afb31ffa0c24ea45aaca8da8cc
32 lines
976 B
Plaintext
32 lines
976 B
Plaintext
[access "refs/for/refs/*"]
|
|
pushMerge = group vmware-nsx-release
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group vmware-nsx-core
|
|
create = group vmware-nsx-release
|
|
label-Code-Review = -2..+2 group vmware-nsx-core
|
|
label-Verified = -1..+1 group oslo-vmware-ci
|
|
label-Workflow = -1..+1 group vmware-nsx-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group Change Owner
|
|
abandon = group Project Bootstrappers
|
|
abandon = group vmware-nsx-core
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group Project Bootstrappers
|
|
label-Code-Review = -2..+2 group vmware-nsx-core
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+0 group Change Owner
|
|
label-Workflow = -1..+1 group Project Bootstrappers
|
|
label-Workflow = -1..+1 group vmware-nsx-core
|
|
|
|
[access "refs/tags/*"]
|
|
createSignedTag = group vmware-nsx-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|