Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse.org-committers] "Signed-off-by" is no longer required
  • From: "Nanivadekar, Nikhil J" <Nikhil.Nanivadekar@xxxxxxxxxxxxx>
  • Date: Tue, 30 Mar 2021 17:55:17 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=bnymellon.com; dmarc=pass action=none header.from=bnymellon.com; dkim=pass header.d=bnymellon.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=lzIHVEmnhR65bTXRqUxoGg+oTMoehGZ7c6RfdyU0Jy4=; b=l6Bc5mx1H+7SsjHzGWFGfO7LjLvo/Ih0uIx7NHvP/O9Zkt5408Xk3NeXFkzt3VWc5I4XSL4HzRrX5kBnoyzAAylfAHsdRwY4GWtW20Emgc/PPPuHmY/+/5CzNN15zAsDvE/T22MNuK0RtzYc3n1mzAN2jqNRa+YlDoo0BE9xs2/OeaeTDXVpkPl2GeuQrQqpGRhY4Atv1AUAzmvA5sutLZHxLS6XigF7y+qdfWCFm5qPFNhW47PNi8naLz5TOYoYaOL6HKUjutTZlGvZQbeHx11vFUuUokeG1KGIpx7eOnyuKsRIiQPPj1fzOBYsFmlkytimNYQnrUCBD9kwCfxSHg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Nmm/KWicZjEIp+vX8dYg78Ug4mG3dvbS6A7dEiVnI2vW+fOCFNvV9RVXA4y+qMjAOWw9/RR9UINYmUL+h/b30vOHTg8nxB43jRwhuWcLvieILujGQnlDnfKPdlN04Xc30aJOcdZuBCSkRXUEgJw9KqEOn9fr8NAXTASqvxUxOOwUhkrkmwdHsuC5SpS1xFO2XlilyU9IU+pJUHhVylYqtN+eifmm62rrGnLctGVxr74UA/Oe4V+s/iE+7qLIyQCAwQtYou+vSfqPhWkwgxM/nIpEvpZsFgMZUSM8qfwk9b8H1NPORheKXZm8txjb8zamg6jV8Gq2r6mpNXEaep337A==
  • Delivered-to: eclipse.org-committers@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/eclipse.org-committers/>
  • List-help: <mailto:eclipse.org-committers-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/eclipse.org-committers>, <mailto:eclipse.org-committers-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/eclipse.org-committers>, <mailto:eclipse.org-committers-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_Enabled=true; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_SetDate=2021-03-30T17:55:13Z; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_Method=Standard; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_Name=Internal Use Only; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_SiteId=106bdeea-f616-4dfc-bc1d-6cbbf45e2011; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_ActionId=774164c5-b541-46c4-a16b-e81e882b03a9; MSIP_Label_24989e87-1826-4595-8085-9c11e7f9468e_ContentBits=0
  • Thread-index: AQHXJWhpgqei1X09Y060lpm5EwNVwqqczdKQ
  • Thread-topic: [eclipse.org-committers] "Signed-off-by" is no longer required

Hi Wayne,

This is great news and I am sure the entire contributor community will appreciate it!

Just one question, in case the webhook fails we had a way previously to verify the ECA using the ECA tool. Will we have a similar way of doing it in the new workflow?

 

I am asking this because as a committer, I will not know easily the email address associated with the ECA for the user and how do I validate that I am not accepting contributions incorrectly.

 

Thanks,

Nikhil.

 

From: eclipse.org-committers <eclipse.org-committers-bounces@xxxxxxxxxxx> On Behalf Of Wayne Beaton
Sent: Tuesday, March 30, 2021 7:49 AM
To: eclipse.org-committers@xxxxxxxxxxx
Subject: [eclipse.org-committers] "Signed-off-by" is no longer required

 

Greetings Eclipse Committers.

 

We're making a change to the contribution process. 

 

As you are aware, when you receive contributions from developers who are not project committers, we require those contributors to have signed the Eclipse Contributor Agreement (ECA) and for their contributions to to include a "Signed-off-by" footer with credentials that match those specified in the "Author" field in their commit comments. This combination serves an indication that the contributor understands and accepts the terms of the Developer Certificate of Origin (DCO) that is embedded in the ECA.

 

Effective March 30 at 1200h EDT, we are removing the "Signed-off-by" requirement. Instead, we believe that the combination of an author's email address in the "Author" field of a commit and having a valid ECA (or equivalent committer agreement) on file fulfill the DCO's "sign-off" requirement. That is, contributors must still sign the ECA, and must use the credentials associated with their Eclipse Foundation account in the "Author" field of all Git commits, but are no longer required to include a "Signed-off-by" footer in their commit comments. Note that it is not wrong for commits to include "Signed-off-by", it is just no longer required to meet our IP management goals.

 

The Eclipse Webmaster is rolling out updates to the repository hooks that had previously enforced this requirement and we are updating related documentation, including the Eclipse Foundation Project Handbook.

 

There is background and discussion on Bug 558653.

 

 

While I have your attention, a team of researchers would like your input.

 

Dear Eclipse committers,

 

I, together with a team of researchers, am trying to help improve software documentation and maintainability of open-source projects by providing automatic support of source code comments based on code review discussions as a final goal. We believe that code review tools store important discussions, and possible decisions, which can be useful for the project documentation. Thus, as a starting point, we would like to learn identifying relevant information from code review discussions such that tooling can be developed to improve software documentation and maintainability of open-source projects. If you are interested in talking about your experiences as an open-source reviewer then please schedule a meeting with us using YouCanBook.me here: https://tue-interview.youcanbook.me.

 

Kind regards and thanks in advance,

 

Nicole Novielli, University of Bari,

Fernando Castor, Federal University of Pernambuco,

Christoph Treude, University of Adelaide,

Alexander Serebrenik, Eindhoven University of Technology,

Felipe Ebert, Eindhoven University of Technology


Thanks,

 

Wayne

--

Wayne Beaton

Director of Open Source Projects | Eclipse Foundation


The information contained in this e-mail, and any attachment, is confidential and is intended solely for the use of the intended recipient. Access, copying or re-use of the e-mail or any attachment, or any information contained therein, by any other person is not authorized. If you are not the intended recipient please return the e-mail to the sender and delete it from your computer. Although we attempt to sweep e-mail and attachments for viruses, we do not guarantee that either are virus-free and accept no liability for any damage sustained as a result of viruses.

Please refer to https://disclaimer.bnymellon.com/eu.htm for certain disclosures relating to European legal entities. We take our data protection and privacy responsibilities seriously and our privacy notice explains how we collect, use and share personal information in the course of our business activities. It can be accessed at the privacy section of www.bnymellon.com.

Back to the top