From: Ryan F Day Date: Mon, 1 Dec 2014 22:23:43 +0000 (-0800) Subject: tell gerrit to enforce CLA acceptance (individual and corporate) X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=bf267d57c2f21f6903e65c98e9b2c411e63c5278;p=All-Projects.git tell gerrit to enforce CLA acceptance (individual and corporate) Signed-off-by: Ryan F Day --- diff --git a/project.config b/project.config index 4e8324e..d7351dd 100644 --- a/project.config +++ b/project.config @@ -28,3 +28,12 @@ requireChangeId = false [submit] mergeContent = true +[contributor-agreement "Individual"] + description = You must agree to the Contributor License Agreement before + agreementUrl = static/CLA_individual.html + autoVerify = group CLA Accepted - Individual + accepted = group CLA Accepted - Individual +[contributor-agreement "Corporate"] + description = Your corporation must agree to the Contributor License Agr + agreementUrl = static/CLA_corporate.html + accepted = group CLA Accepted - Corporate