
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
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group project-config-example-core
|
|
label-Code-Review = -2..+2 group project-config-example-core
|
|
label-Workflow = -1..+1 group project-config-example-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
|
|
[submit]
|
|
mergeContent = true
|