From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 448AD138334 for ; Sun, 28 Oct 2018 18:50:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20691E0BB5; Sun, 28 Oct 2018 18:50:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCADCE0BB5 for ; Sun, 28 Oct 2018 18:50:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C16CF335C5A for ; Sun, 28 Oct 2018 18:50:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4656449 for ; Sun, 28 Oct 2018 18:50:17 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1540752475.06342205ef474262af338cd22d14941a2d5168c4.ulm@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0066.rst X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 06342205ef474262af338cd22d14941a2d5168c4 X-VCS-Branch: master Date: Sun, 28 Oct 2018 18:50:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54641431-0655-4a90-bca9-a7c759c08b48 X-Archives-Hash: 412bf4a2886f8e1075c446abb5718559 commit: 06342205ef474262af338cd22d14941a2d5168c4 Author: Michał Górny gentoo org> AuthorDate: Tue Sep 18 07:50:30 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 28 18:47:55 2018 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=06342205 glep-0066: Update the meaning of Signed-off-by Reported-by: Michael Orlitzky gentoo.org> Signed-off-by: Michał Górny gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> glep-0066.rst | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/glep-0066.rst b/glep-0066.rst index a605cf2..a352175 100644 --- a/glep-0066.rst +++ b/glep-0066.rst @@ -4,10 +4,10 @@ Title: Gentoo Git Workflow Author: Michał Górny Type: Standards Track Status: Final -Version: 1 +Version: 1.1 Created: 2017-07-24 -Last-Modified: 2017-11-13 -Post-History: 2017-07-25, 2017-09-28, 2017-10-11 +Last-Modified: 2018-09-18 +Post-History: 2017-07-25, 2017-09-28, 2017-10-11, 2018-09-18 Content-Type: text/x-rst --- @@ -18,6 +18,13 @@ with the Gentoo ebuild repository. It covers only Gentoo-specific policies, and is not meant to be a complete guide. +Change log +========== +v1.1 + Updated the ``Signed-off-by`` footer tag description to account + for newly-approved copyright policy. + + Motivation ========== Although the main Gentoo repository is using git for two years already, @@ -188,8 +195,8 @@ A few tags of common use are: - ``Reported-by: Full Name ``, - ``Reviewed-by: Full Name `` — usually indicates full review, - - ``Signed-off-by: Full Name `` — DCO approval (not - used in Gentoo right now), + - ``Signed-off-by: Full Name `` — GCO/DCO approval + (defined by GLEP 76 [#GLEP76]_), - ``Suggested-by: Full Name ``, - ``Tested-by: Full Name ``. @@ -364,8 +371,9 @@ tags collected from various projects (the Linux kernel, X.org). Those tags can be used interchangeably with plaintext explanation in the body. The only tag defined by git itself is the ``Signed-off-by`` line, -that is created by ``git commit -s``. However, Gentoo does not -currently enforce a DCO consistently, and therefore it is meaningless. +that is created by ``git commit -s``. While git does not define +the precise meaning of it, it is commonly used to reference Certificate +of Origin sign-off. The tags subject to machine processing are the ``Bug`` and ``Closes`` lines. Both are used by git.gentoo.org to handle Gentoo Bugzilla @@ -445,6 +453,9 @@ References .. [#GLEP63] GLEP 63: Gentoo GPG key policies (https://www.gentoo.org/glep/glep-0063.html) +.. [#GLEP76] GLEP 76: Copyright policy + (https://www.gentoo.org/glep/glep-0076.html) + .. [#REPOMAN_PKG_NAME_COMMIT] (https://gitweb.gentoo.org/proj/portage.git/commit/?id=46dafadff58da0220511f20480b73ad09f913430)