From 06069e4e51e3e68c592011fc40405b189b3e0eb7 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 12 Feb 2020 09:03:27 -0800 Subject: [PATCH] Enable EasyCLA for ICLA and CCLA Switch from Gerrit managed CLA to using EasyCLA Issue: LF Jira RELENG-2711 Signed-off-by: Andrew Grimberg --- groups | 1 + project.config | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/groups b/groups index 98fbb4a..098784d 100644 --- a/groups +++ b/groups @@ -2,6 +2,7 @@ # 370e6af46b6555ea85a07430b604b011587eb73e Automation Users 8325367ff8aca40c74dc7ea22b1221c413d9bb43 CLA Accepted - Individual +a68d9c5857ba53c4d27de209227b88b8286c9794 CLA Accepted - Corporate ac20ddc4c65a0370cac6b6b56a66f5d441b0cd68 Administrators fc3a6d1b01ee1ef316ae2be5c62bb4c54d3f22c0 Non-Interactive Users global:Anonymous-Users Anonymous Users diff --git a/project.config b/project.config index daae59e..a5b4238 100644 --- a/project.config +++ b/project.config @@ -38,11 +38,14 @@ createNewChangeForAllNotInTarget = false [submit] mergeContent = true -[contributor-agreement "Individual"] - description = You must agree to the Contributor License Agreement before - agreementUrl = https://gerrit.opnfv.org/gerrit/static/CLA_individual.html - autoVerify = group CLA Accepted - Individual +[contributor-agreement "Individual CLA (ICLA) - OPNFV"] + description = ICLA for Linux Foundation + agreementUrl = https://api.lfcla.com/v2/gerrit/6cb3aa25-a6ad-44e9-b510-3066c59c5e5d/individual/agreementUrl.html accepted = group CLA Accepted - Individual +[contributor-agreement "Corporate CLA (CCLA) - OPNFV"] + description = CCLA for Linux Foundation + agreementUrl = https://api.lfcla.com/v2/gerrit/6cb3aa25-a6ad-44e9-b510-3066c59c5e5d/corporate/agreementUrl.html + accepted = group CLA Accepted - Corporate [access "refs/heads/*"] label-Verified = -1..+1 group Non-Interactive Users label-Verified = -1..+1 group Project Owners -- 2.16.6