X-Loop: help-debbugs@HIDDEN Subject: [bug#61437] [PATCH] doc: contributing: Cover push frequency in the Commit Policy. Resent-From: Christopher Baines <mail@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Sat, 11 Feb 2023 21:16:02 +0000 Resent-Message-ID: <handler.61437.B.167615011115513 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 61437 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61437 <at> debbugs.gnu.org X-Debbugs-Original-To: guix-patches@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.167615011115513 (code B ref -1); Sat, 11 Feb 2023 21:16:02 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 21:15:11 +0000 Received: from localhost ([127.0.0.1]:43390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pQxDD-000428-2Q for submit <at> debbugs.gnu.org; Sat, 11 Feb 2023 16:15:11 -0500 Received: from lists.gnu.org ([209.51.188.17]:52568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <mail@HIDDEN>) id 1pQxDB-00041x-CL for submit <at> debbugs.gnu.org; Sat, 11 Feb 2023 16:15:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <mail@HIDDEN>) id 1pQxDA-0005J0-Mc for guix-patches@HIDDEN; Sat, 11 Feb 2023 16:15:08 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from <mail@HIDDEN>) id 1pQxD9-0007lr-0K for guix-patches@HIDDEN; Sat, 11 Feb 2023 16:15:08 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 1CA35165F7 for <guix-patches@HIDDEN>; Sat, 11 Feb 2023 21:15:06 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 8eb7fc90 for <guix-patches@HIDDEN>; Sat, 11 Feb 2023 21:15:05 +0000 (UTC) From: Christopher Baines <mail@HIDDEN> Date: Sat, 11 Feb 2023 21:15:05 +0000 Message-Id: <20230211211505.7779-1-mail@HIDDEN> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@HIDDEN; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -2.4 (--) * doc/contributing.texi (Commit Access): Add paragraph about push frequency. --- doc/contributing.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/contributing.texi b/doc/contributing.texi index c436bc4a31..09b9da3e89 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1852,6 +1852,12 @@ commits that caused immediate problems. This is subject to being adjusted, allowing individuals to commit directly on non-controversial changes on parts they’re familiar with. +Try to plan ahead and avoid pushing several times in a short time +window. This reduces the likelyhood that others working on the same +branch will encounter problems when pushing. It also reduces the load +on services like @url{https://data.guix.gnu.org,data.guix.gnu.org} that +process each revision that is pushed. + 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 -- 2.38.1
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Christopher Baines <mail@HIDDEN> Subject: bug#61437: Acknowledgement ([PATCH] doc: contributing: Cover push frequency in the Commit Policy.) Message-ID: <handler.61437.B.167615011115513.ack <at> debbugs.gnu.org> References: <20230211211505.7779-1-mail@HIDDEN> X-Gnu-PR-Message: ack 61437 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61437 <at> debbugs.gnu.org Date: Sat, 11 Feb 2023 21:16:02 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): guix-patches@HIDDEN If you wish to submit further information on this problem, please send it to 61437 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 61437: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61437 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
X-Loop: help-debbugs@HIDDEN Subject: [bug#61437] [PATCH] doc: contributing: Cover push frequency in the Commit Policy. Resent-From: Simon Tournier <zimon.toutoune@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: guix-patches@HIDDEN Resent-Date: Tue, 14 Feb 2023 19:26:03 +0000 Resent-Message-ID: <handler.61437.B61437.16764027179505 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: followup 61437 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines <mail@HIDDEN>, 61437 <at> debbugs.gnu.org Received: via spool by 61437-submit <at> debbugs.gnu.org id=B61437.16764027179505 (code B ref 61437); Tue, 14 Feb 2023 19:26:03 +0000 Received: (at 61437) by debbugs.gnu.org; 14 Feb 2023 19:25:17 +0000 Received: from localhost ([127.0.0.1]:57008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1pS0vU-0002TE-Fx for submit <at> debbugs.gnu.org; Tue, 14 Feb 2023 14:25:16 -0500 Received: from mail-wm1-f44.google.com ([209.85.128.44]:33607) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <zimon.toutoune@HIDDEN>) id 1pS0vS-0002Sq-Gc for 61437 <at> debbugs.gnu.org; Tue, 14 Feb 2023 14:25:15 -0500 Received: by mail-wm1-f44.google.com with SMTP id l21-20020a05600c1d1500b003dfe462b7e4so1544736wms.0 for <61437 <at> debbugs.gnu.org>; Tue, 14 Feb 2023 11:25:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=0OS43QeHSVAiV4DkbBVFZqZWvlkdvsScvdKgxrnW0oo=; b=Mo8sSG5nWcupGTOvTr7tKoxyse9ii0LVS0/HcIN+DifjArGETWhpeZwouVcyJUN53M M7IHabkzMk2ZqgdtjSsrPSzwJ4/tfhYnpqZ9nu11gSsMvVbzky5QVmnkL2BbEPTuNVvl 3kN9l0yMPFtZxTyMcHNJJh673SHwRRrcoCwesPZakGgD3LXeeHL2pWd5YbDN+msftepw omLdQNz7aWoAMKrodhPTzxndJR0R8hpDYPpLzk18jnJVX4chPljtr2/sKVhpheZqCLFd /HWNIsMECIzqdsYf9dFuFZYAFsHWZSzpoxR0dx4Rml+x1xzVn5z4nwYMGqt/EiQzis+8 +ynA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:to:from:x-gm-message-state:from:to:cc:subject :date:message-id:reply-to; bh=0OS43QeHSVAiV4DkbBVFZqZWvlkdvsScvdKgxrnW0oo=; b=3Ry418vvOC8wNTZrLEGXfv1AvDZEHKaY5N46SMyP/nRTV9eQbnkh4wye1FYoQsKBen lSUQzU8rP8CXB/iIqAQrbOSejj1PNrxslVor/qyuxsA5u2wBf3nbAyCT0HwpdZxIT3el YJnNrW6gkhnWitqp6Ngi/aK0VpA+1VfRz8AbfUGRm27ZgdoQG/8pZy2diFqNmto/kLMJ RIHGAsx3+koBcanw3vIm10rylOnAoWgymB5cKwb+sbMlcBsmJSDWa6jNtqrU6RGTVtAT plzQrl03rbuckMQFoP2vNnlsXBS+WVpoHhPjtvw/cSKRj/sIKt48tMGHssGcu26dMyxW eFYg== X-Gm-Message-State: AO0yUKWIAP2rSIF6Dh+3pbPZFJq0sHBan9l8CFKtUs7gcapfxjFgHDow Nvuhpa/PTNXbyu4rS3R67yZplOsWUc8= X-Google-Smtp-Source: AK7set+r4zqgI8boV6wywWa8Stv5UGt6wcrr1twoSRkrYSodqf5fQKmvr1CLv+sv+fcfG/2FJHN90w== X-Received: by 2002:a05:600c:3caa:b0:3dc:5ae4:c13d with SMTP id bg42-20020a05600c3caa00b003dc5ae4c13dmr25025wmb.4.1676402708601; Tue, 14 Feb 2023 11:25:08 -0800 (PST) Received: from pfiuh07 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id q9-20020a5d6589000000b002c559405a1csm5501004wru.20.2023.02.14.11.25.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Feb 2023 11:25:08 -0800 (PST) From: Simon Tournier <zimon.toutoune@HIDDEN> In-Reply-To: <20230211211505.7779-1-mail@HIDDEN> References: <20230211211505.7779-1-mail@HIDDEN> Date: Tue, 14 Feb 2023 14:03:08 +0100 Message-ID: <87wn4kz9f7.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.1 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, On sam., 11 =?UTF-8?Q?f=C3=A9vr.?= 2023 at 21:15, Christopher Baines wrote: > +Try to plan ahead and avoid pushing several times in a short time > +window. This reduces the likelyhood that others working on the same > +branch will encounter problems when pushing. It also redu [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.1 DATE_IN_PAST_06_12 Date: is 6 to 12 hours before Received: date -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.128.44 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.128.44 listed in list.dnswl.org] X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: 0.1 (/) Hi, On sam., 11 f=C3=A9vr. 2023 at 21:15, Christopher Baines <mail@HIDDEN>= wrote: > +Try to plan ahead and avoid pushing several times in a short time > +window. This reduces the likelyhood that others working on the same > +branch will encounter problems when pushing. It also reduces the load > +on services like @url{https://data.guix.gnu.org,data.guix.gnu.org} that > +process each revision that is pushed. The point is to push by batch instead of pushing several times in a row, right? Cheers, simon
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.