From patchwork Sun Jun 13 10:15:35 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 30212 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id E2F2627BC81; Sun, 13 Jun 2021 11:16:21 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 8853A27BC78 for ; Sun, 13 Jun 2021 11:16:21 +0100 (BST) Received: from localhost ([::1]:50098 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsNAC-0001Gg-M3 for patchwork@mira.cbaines.net; Sun, 13 Jun 2021 06:16:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39652) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsN9u-0000vJ-Nt for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59382) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9u-0002B5-GA for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lsN9u-0002jB-C0 for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48696] [PATCH v2 1/4] doc: Structure the "Commit Access" section. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 13 Jun 2021 10:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48696 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48696@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 48696-submit@debbugs.gnu.org id=B48696.16235793549959 (code B ref 48696); Sun, 13 Jun 2021 10:16:02 +0000 Received: (at 48696) by debbugs.gnu.org; 13 Jun 2021 10:15:54 +0000 Received: from localhost ([127.0.0.1]:42688 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9l-0002Zy-Mr for submit@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41848) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9i-0002Ri-FI for 48696@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38710) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsN9c-0001um-UI; Sun, 13 Jun 2021 06:15:44 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55286 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9c-0002w0-Mj; Sun, 13 Jun 2021 06:15:44 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Sun, 13 Jun 2021 12:15:35 +0200 Message-Id: <20210613101538.10668-2-ludo@gnu.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210613101538.10668-1-ludo@gnu.org> References: <87lf7g7azx.fsf@gnu.org> <20210613101538.10668-1-ludo@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * doc/contributing.texi (Commit Access): Add introduction and section heading. Separate OpenPGP setup from commit policy. --- doc/contributing.texi | 59 ++++++++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 21 deletions(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index d67e632520..4ab489173b 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1275,8 +1275,19 @@ this nifty tool! @section Commit Access @cindex commit access, for developers -For frequent contributors, having write access to the repository is -convenient. When you deem it necessary, consider applying for commit +Everyone can contribute to Guix without having commit access +(@pxref{Submitting Patches}). However, for frequent contributors, +having write access to the repository can be convenient. Commit access +should not be thought of as a ``badge of honor'' but rather as a +responsibility a contributor is willing to take to help the project. + +The following sections explain how to get commit access, how to be ready +to push commits, and the policies and community expectations for commits +pushed upstream. + +@subsection Applying for Commit Access + +When you deem it necessary, consider applying for commit access by following these steps: @enumerate @@ -1348,6 +1359,27 @@ review and merging system, which, as a consequence, may lead us to have fewer people with commit access to the main repository. Stay tuned! @end quotation +All commits that are pushed to the central repository on Savannah must +be signed with an OpenPGP key, and the public key should be uploaded to +your user account on Savannah and to public key servers, such as +@code{keys.openpgp.org}. To configure Git to automatically sign +commits, run: + +@example +git config commit.gpgsign true +git config user.signingkey CABBA6EA1DC0FF33 +@end example + +You can prevent yourself from accidentally pushing unsigned commits to +Savannah by using the pre-push Git hook called located at +@file{etc/git/pre-push}: + +@example +cp etc/git/pre-push .git/hooks/pre-push +@end example + +@subsection Commit Policy + If you get commit access, please make sure to follow the policy below (discussions of the policy can take place on @email{guix-devel@@gnu.org}). @@ -1366,25 +1398,6 @@ mailing list for commit notifications (@email{guix-commits@@gnu.org}), so people can notice. Before pushing your changes, make sure to run @code{git pull --rebase}. -All commits that are pushed to the central repository on Savannah must -be signed with an OpenPGP key, and the public key should be uploaded to -your user account on Savannah and to public key servers, such as -@code{keys.openpgp.org}. To configure Git to automatically sign -commits, run: - -@example -git config commit.gpgsign true -git config user.signingkey CABBA6EA1DC0FF33 -@end example - -You can prevent yourself from accidentally pushing unsigned commits to -Savannah by using the pre-push Git hook called located at -@file{etc/git/pre-push}: - -@example -cp etc/git/pre-push .git/hooks/pre-push -@end example - When pushing a commit on behalf of somebody else, please add a @code{Signed-off-by} line at the end of the commit log message---e.g., with @command{git am --signoff}. This improves tracking of who did @@ -1406,12 +1419,16 @@ you're confident, it's OK to commit. That last part is subject to being adjusted, allowing individuals to commit directly on non-controversial changes on parts they’re familiar with. +@subsection Commit Revocation + In order to reduce the possibility of mistakes, committers will have their Savannah account removed from the Guix Savannah project and their key removed from @file{.guix-authorizations} after 12 months of inactivity; they can ask to regain commit access by emailing the maintainers, without going through the vouching process. +@subsection Helping Out + One last thing: the project keeps moving forward because committers not only push their own awesome changes, but also offer some of their time @emph{reviewing} and pushing other people's changes. As a committer, From patchwork Sun Jun 13 10:15:36 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 30210 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 00FE827BC81; Sun, 13 Jun 2021 11:16:11 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 9589E27BC78 for ; Sun, 13 Jun 2021 11:16:11 +0100 (BST) Received: from localhost ([::1]:49626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsNA2-0000x1-Iq for patchwork@mira.cbaines.net; Sun, 13 Jun 2021 06:16:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39658) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsN9w-0000w1-6M for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59385) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9v-0002CP-Ug for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lsN9v-0002kQ-Rf for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48696] [PATCH v2 2/4] doc: Add "Addressing Issues" section. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 13 Jun 2021 10:16:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48696 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48696@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= , Christopher Baines Received: via spool by 48696-submit@debbugs.gnu.org id=B48696.16235793559989 (code B ref 48696); Sun, 13 Jun 2021 10:16:03 +0000 Received: (at 48696) by debbugs.gnu.org; 13 Jun 2021 10:15:55 +0000 Received: from localhost ([127.0.0.1]:42690 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9m-0002aY-Fe for submit@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41852) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9j-0002SL-0B for 48696@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38712) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsN9d-0001vG-Hf; Sun, 13 Jun 2021 06:15:45 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55286 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9d-0002w0-AL; Sun, 13 Jun 2021 06:15:45 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Sun, 13 Jun 2021 12:15:36 +0200 Message-Id: <20210613101538.10668-3-ludo@gnu.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210613101538.10668-1-ludo@gnu.org> References: <87lf7g7azx.fsf@gnu.org> <20210613101538.10668-1-ludo@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * doc/contributing.texi (Addressing Mistakes): New section. Co-authored-by: Christopher Baines --- doc/contributing.texi | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index 4ab489173b..00962be11e 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1419,6 +1419,45 @@ you're confident, it's OK to commit. That last part is subject to being adjusted, allowing individuals to commit directly on non-controversial changes on parts they’re familiar with. +@subsection Addressing Issues + +Peer review (@pxref{Submitting Patches}) and tools such as +@command{guix lint} (@pxref{Invoking guix lint}) and the test suite +(@pxref{Running the Test Suite}) should catch issues before they are +pushed. Yet, commits that ``break'' functionality might occasionally +go through. When that happens, there are two priorities: mitigating +the impact, and understanding what happened to reduce the chance of +similar incidents in the future. The responsibility for both these +things primarily lies with those involved, but like everything this is +a group effort. + +Some issues can directly affect all users---for instance because they +make @command{guix pull} fail or break core functionality, because they +break major packages (at build time or run time), or because they +introduce known security vulnerabilities. + +@cindex reverting commits +The people involved in authoring, reviewing, and pushing such +commit(s) should be at the forefront to mitigate their impact in a +timely fashion: by pushing a followup commit to fix it (if possible), +or by reverting it to leave time to come up with a proper fix, and by +communicating with other developers about the problem. + +If these persons are unavailable to address the issue in time, other +committers are entitled to revert the commit(s), explaining in the +commit log and on the mailing list what the problem was, with the goal +of leaving time to the original committer, reviewer(s), and author(s) +to propose a way forward. + +Once the problem has been dealt with, it is the responsibility of +those involved to make sure the situation is understood. If you are +working to understand what happened, focus on gathering information +and avoid assigning any blame. Do ask those involved to describe what +happened, do not ask them to explain the situation---this would +implicitly blame them, which is unhelpful. Accountability comes from +a consensus about the problem, learning from it and improving +processes so that it's less likely to reoccur. + @subsection Commit Revocation In order to reduce the possibility of mistakes, committers will have From patchwork Sun Jun 13 10:15:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 30213 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2089827BC81; Sun, 13 Jun 2021 11:16:27 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E00E727BC78 for ; Sun, 13 Jun 2021 11:16:26 +0100 (BST) Received: from localhost ([::1]:50458 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsNAI-0001Xd-1c for patchwork@mira.cbaines.net; Sun, 13 Jun 2021 06:16:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39654) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsN9v-0000vU-3P for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59383) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9u-0002Bv-SL for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lsN9u-0002jV-On for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48696] [PATCH v2 3/4] doc: Explain more reasons for commit revocation. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 13 Jun 2021 10:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48696 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48696@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 48696-submit@debbugs.gnu.org id=B48696.162357935510008 (code B ref 48696); Sun, 13 Jun 2021 10:16:02 +0000 Received: (at 48696) by debbugs.gnu.org; 13 Jun 2021 10:15:55 +0000 Received: from localhost ([127.0.0.1]:42692 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9m-0002b2-VX for submit@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9j-0002Sc-8b for 48696@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38714) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsN9e-0001vt-2j; Sun, 13 Jun 2021 06:15:46 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55286 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9d-0002w0-RX; Sun, 13 Jun 2021 06:15:46 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Sun, 13 Jun 2021 12:15:37 +0200 Message-Id: <20210613101538.10668-4-ludo@gnu.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210613101538.10668-1-ludo@gnu.org> References: <87lf7g7azx.fsf@gnu.org> <20210613101538.10668-1-ludo@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * doc/contributing.texi (Commit Revocation): Expound. --- doc/contributing.texi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index 00962be11e..5e59278534 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1466,6 +1466,27 @@ key removed from @file{.guix-authorizations} after 12 months of inactivity; they can ask to regain commit access by emailing the maintainers, without going through the vouching process. +Maintainers@footnote{See @uref{https://guix.gnu.org/en/about} for the +current list of maintainers. You can email them privately at +@email{guix-maintainers@@gnu.org}.} may also revoke an individual's +commit rights, as a last resort, if cooperation with the rest of the +community has caused too much friction---even within the bounds of the +project's code of conduct (@pxref{Contributing}). They would only do so +after public or private discussion with the individual and a clear +notice. Examples of behavior that hinders cooperation and could lead to +such a decision include: + +@itemize +@item repeated violation of the commit policy stated above; +@item repeated failure to take peer criticism into account; +@item breaching trust through a series of grave incidents. +@end itemize + +When maintainers resort to such a decision, they notify developers on +@email{guix-devel@@gnu.org}; inquiries may be sent to +@email{guix-maintainers@@gnu.org}. Depending on the situation, the +individual may still be welcome to contribute. + @subsection Helping Out One last thing: the project keeps moving forward because committers not From patchwork Sun Jun 13 10:15:38 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 30211 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2854A27BC83; Sun, 13 Jun 2021 11:16:15 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D8D3A27BC81 for ; Sun, 13 Jun 2021 11:16:14 +0100 (BST) Received: from localhost ([::1]:49810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsNA5-00014O-Tu for patchwork@mira.cbaines.net; Sun, 13 Jun 2021 06:16:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lsN9v-0000ve-Hv for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59384) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9v-0002CJ-Af for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lsN9v-0002ju-6o for guix-patches@gnu.org; Sun, 13 Jun 2021 06:16:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48696] [PATCH v2 4/4] doc: Clarify Git commit signing; fix typo. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 13 Jun 2021 10:16:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48696 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48696@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 48696-submit@debbugs.gnu.org id=B48696.162357935510033 (code B ref 48696); Sun, 13 Jun 2021 10:16:03 +0000 Received: (at 48696) by debbugs.gnu.org; 13 Jun 2021 10:15:55 +0000 Received: from localhost ([127.0.0.1]:42694 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9n-0002bM-BV for submit@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsN9j-0002TK-PX for 48696@debbugs.gnu.org; Sun, 13 Jun 2021 06:15:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38718) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lsN9e-0001w3-Jh; Sun, 13 Jun 2021 06:15:46 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55286 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lsN9e-0002w0-CQ; Sun, 13 Jun 2021 06:15:46 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Sun, 13 Jun 2021 12:15:38 +0200 Message-Id: <20210613101538.10668-5-ludo@gnu.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210613101538.10668-1-ludo@gnu.org> References: <87lf7g7azx.fsf@gnu.org> <20210613101538.10668-1-ludo@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Suggested by Maxime Devos and Julien Lepiller . * doc/contributing.texi (Commit Access): Clarify Git commit signing setup and fix typo. --- doc/contributing.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/contributing.texi b/doc/contributing.texi index 5e59278534..a8bc279936 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1367,11 +1367,13 @@ commits, run: @example git config commit.gpgsign true + +# Substitute the fingerprint of your public PGP key. git config user.signingkey CABBA6EA1DC0FF33 @end example You can prevent yourself from accidentally pushing unsigned commits to -Savannah by using the pre-push Git hook called located at +Savannah by using the pre-push Git hook located at @file{etc/git/pre-push}: @example