The configured contributor license agreements in our Gerrit are referent to the Open Infrastructure Foundation incorporated in Delaware, which is in the process of being closed down after its operations joined the Linux Foundation. As such, they are no longer valid for future contributions (and it's questionable whether they were ever valid for non-OpenInfra projects anyway). OpenInfra projects which were previously relying on these have since switched to the DCO with a different enforcement mechanism. Remove CLA enforcement from all remaining repositories and lock down our ACL linter to reject future additions, so that we can unconfigure support in our Gerrit. Change-Id: Ia22b30b071c12c43c75ffb7a90923556ad0d2c7e
31 lines
940 B
Plaintext
31 lines
940 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
|
|
|
|
[submit]
|
|
mergeContent = true
|