From unknown Tue Aug 19 02:59:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#38738] [PATCH WIP] etc: Add "tarball" snippet. Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 25 Dec 2019 05:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 38738 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 38738@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15772528979902 (code B ref -1); Wed, 25 Dec 2019 05:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Dec 2019 05:48:17 +0000 Received: from localhost ([127.0.0.1]:53220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijzWr-0002Ze-IS for submit@debbugs.gnu.org; Wed, 25 Dec 2019 00:48:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:53180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijzWp-0002ZW-8Y for submit@debbugs.gnu.org; Wed, 25 Dec 2019 00:48:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40119) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijzWo-0007Za-24 for guix-patches@gnu.org; Wed, 25 Dec 2019 00:48:14 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ijzWn-0000rl-T0 for guix-patches@gnu.org; Wed, 25 Dec 2019 00:48:13 -0500 Received: from [2605:6000:1a0d:6320::6a8] (port=39206 helo=oryx) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ijzWn-0007PJ-54 for guix-patches@gnu.org; Wed, 25 Dec 2019 00:48:13 -0500 From: Brett Gilio Date: Tue, 24 Dec 2019 23:48:16 -0600 Message-ID: <87h81pymzj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain This patch is actually a WIP. I'd ideally like it if it could also detect the addition of `(git-file-name ...)` and add that to the sub-header commit message portion, but I am not so talented in Yasnippet creation :). If anybody wants to take a crack at it, please do. But I think this snippet will prove useful as we will almost always have unstable tarballs coming into our sources. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-etc-Add-tarball-snippet.patch Content-Description: [PATCH] etc: Add "tarball" snippet. >From f4b14a47e3741c107ea83e2717674c8a032f8dba Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Tue, 24 Dec 2019 23:42:27 -0600 Subject: [PATCH] etc: Add "tarball" snippet. * etc/snippets/text-mode/guix-commit-message-unstable-tarball: New file. --- .../text-mode/guix-commit-message-unstable-tarball | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/snippets/text-mode/guix-commit-message-unstable-tarball diff --git a/etc/snippets/text-mode/guix-commit-message-unstable-tarball b/etc/snippets/text-mode/guix-commit-message-unstable-tarball new file mode 100644 index 0000000000..e82f522e54 --- /dev/null +++ b/etc/snippets/text-mode/guix-commit-message-unstable-tarball @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: guix-commit-message-unstable-tarball +# key: tarball +# condition: git-commit-mode +# -- +gnu: $1: Don't use unstable tarball. + +* `(car (magit-staged-files))` ($1)[source]: Download using GIT-FETCH. \ No newline at end of file -- 2.24.1 --=-=-=-- From unknown Tue Aug 19 02:59:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#38738] [PATCH WIP v2] etc: Add "tarball" snippet References: <87h81pymzj.fsf@gnu.org> In-Reply-To: <87h81pymzj.fsf@gnu.org> Resent-From: Brett Gilio Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 25 Dec 2019 06:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38738 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 38738@debbugs.gnu.org Received: via spool by 38738-submit@debbugs.gnu.org id=B38738.157725613616467 (code B ref 38738); Wed, 25 Dec 2019 06:43:01 +0000 Received: (at 38738) by debbugs.gnu.org; 25 Dec 2019 06:42:16 +0000 Received: from localhost ([127.0.0.1]:53228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ik0N5-0004HX-TL for submit@debbugs.gnu.org; Wed, 25 Dec 2019 01:42:16 -0500 Received: from eggs.gnu.org ([209.51.188.92]:36189) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ik0N3-0004HK-N4 for 38738@debbugs.gnu.org; Wed, 25 Dec 2019 01:42:14 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ik0My-0006C8-GS for 38738@debbugs.gnu.org; Wed, 25 Dec 2019 01:42:08 -0500 Received: from [2605:6000:1a0d:6320::6a8] (port=39484 helo=oryx) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ik0My-0003FO-3w for 38738@debbugs.gnu.org; Wed, 25 Dec 2019 01:42:08 -0500 From: Brett Gilio Date: Wed, 25 Dec 2019 00:42:15 -0600 Message-ID: <87eewszz20.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain This is a revised (but still ugly) revision of the original snippet that I think details somewhat what I mean by detecting the relevant changes to these types of commits and adding something to indicate this. I'd really like to see this be on the same line, instead of having two [source] blocks. But, as noted before, not a pro in Yasnippet by any means. :) (not to mention, the elisp is not good, but it is a rough concept). --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-etc-Add-tarball-snippet.patch Content-Description: [PATCH] etc: Add "tarball" snippet >From 488faa8cabd298bb2d00f91a6056b26227089060 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Wed, 25 Dec 2019 00:38:37 -0600 Subject: [PATCH] etc: Add "tarball" snippet * etc/snippets/text-mode/guix-commit-message-unstable-tarball: New file. --- .../guix-commit-message-unstable-tarball | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 etc/snippets/text-mode/guix-commit-message-unstable-tarball diff --git a/etc/snippets/text-mode/guix-commit-message-unstable-tarball b/etc/snippets/text-mode/guix-commit-message-unstable-tarball new file mode 100644 index 0000000000..6a41d2156a --- /dev/null +++ b/etc/snippets/text-mode/guix-commit-message-unstable-tarball @@ -0,0 +1,20 @@ +# -*- mode: snippet -*- +# name: guix-commit-message-unstable-tarball +# key: tarball +# condition: git-commit-mode +# -- +gnu: $1: Don't use unstable tarball. + +* `(car (magit-staged-files))` ($1): Modify package to use stable git references. +`(with-temp-buffer + (magit-git-wash #'magit-diff-wash-diffs + "diff" "--staged") + (beginning-of-buffer) + (when (search-forward "(method git-fetch" nil 'noerror) + (print "[source]: Use GIT-FETCH.")))` +`(with-temp-buffer + (magit-git-wash #'magit-diff-wash-diffs + "diff" "--staged") + (beginning-of-buffer) + (when (search-forward "(file-name (git-file-name" nil 'noerror) + (print "[source]: Use GIT-FILE-NAME.")))` -- 2.24.1 --=-=-=-- From unknown Tue Aug 19 02:59:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#38738] [PATCH WIP v2] etc: Add "tarball" snippet Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 Feb 2020 10:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38738 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Brett Gilio Cc: 38738@debbugs.gnu.org Received: via spool by 38738-submit@debbugs.gnu.org id=B38738.158279847918000 (code B ref 38738); Thu, 27 Feb 2020 10:15:02 +0000 Received: (at 38738) by debbugs.gnu.org; 27 Feb 2020 10:14:39 +0000 Received: from localhost ([127.0.0.1]:58697 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GBi-0004gF-On for submit@debbugs.gnu.org; Thu, 27 Feb 2020 05:14:39 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43179) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7GBg-0004fz-P6 for 38738@debbugs.gnu.org; Thu, 27 Feb 2020 05:14:37 -0500 X-Originating-IP: 92.169.129.147 Received: from bababa (lfbn-idf2-1-1315-147.w92-169.abo.wanadoo.fr [92.169.129.147]) (Authenticated sender: mail@ambrevar.xyz) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 37DA220010; Thu, 27 Feb 2020 10:14:29 +0000 (UTC) From: Pierre Neidhardt References: <87h81pymzj.fsf@gnu.org> <87eewszz20.fsf@gnu.org> Date: Thu, 27 Feb 2020 11:14:26 +0100 In-Reply-To: <87eewszz20.fsf@gnu.org> (Brett Gilio's message of "Wed, 25 Dec 2019 00:42:15 -0600") Message-ID: <87wo8872wt.fsf@ambrevar.xyz> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 1.7 (+) 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: Looks good to me! If you want to print only one "[source]:" I suggest the following, untested: * `(car (magit-staged-files))` ($1): Modify package to use stable git references. `(with-temp-buffer (magit-git-wash #'magit-diff-wash-diffs "diff" "--staged") (let ((source-block "[source]: ") (wrote [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.9 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.7 (+) 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: Looks good to me! If you want to print only one "[source]:" I suggest the following, untested: * `(car (magit-staged-files))` ($1): Modify package to use stable git references. `(with-temp-buffer (magit-git-wash #'magit-diff-wash-diffs "diff" "--staged") (let ((source-block "[source]: ") (wrote [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: ambrevar.xyz] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.9 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Looks good to me! If you want to print only one "[source]:" I suggest the following, untested: * `(car (magit-staged-files))` ($1): Modify package to use stable git refer= ences. `(with-temp-buffer (magit-git-wash #'magit-diff-wash-diffs "diff" "--staged") (let ((source-block "[source]: ") (wrote-source-block? nil)) (beginning-of-buffer) (when (search-forward "(method git-fetch" nil 'noerror) (setq wrote-source-block? t) (print (format "%sUse GIT-FETCH." source-block))) (beginning-of-buffer) (when (search-forward "(file-name (git-file-name" nil 'noerror) (print (format "%sUse GIT-FILE-NAME." (if wrote-source-block? "" "[s= ource]:"))))))` =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl5XloIACgkQm9z0l6S7 zH/56wgAmSr/Dwtash1hoaudTY1DMtgfEpcbZNFuoUpOZDcbF16JN88wn6DjEth+ FZde8Q35OYdkWbNufzf9Xl9cZT89pS+oH8OFpq6oYyX6kXT6JFXJ6UGDt8B0pQmY geE6ampU3VaLh0nwGqpV8CjyIR4VT4TcG7iRDWyECSdDsbVrpq1S8NHh6UNCLFSl FSMyUMcz6JirZcz21W0pk4fvviCDxCGLuU7bM+ylxKciGu2+zveyFGWKyk9yuLrC 3+dbMO30AJqFlqcC+6+RXRD8qjvE2yKBOxSQ71aPaiuHgkRojfSZSYXPsLcF32db kWgdLLhr+FkqGK3bHKN0+pTZmacmpw== =w1Z+ -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Aug 19 02:59:19 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#38738] [PATCH WIP] etc: Add "tarball" snippet. Resent-From: zimoun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 12 Apr 2022 10:47:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 38738 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Neidhardt Cc: 38738@debbugs.gnu.org, Brett Gilio Received: via spool by 38738-submit@debbugs.gnu.org id=B38738.16497603759963 (code B ref 38738); Tue, 12 Apr 2022 10:47:01 +0000 Received: (at 38738) by debbugs.gnu.org; 12 Apr 2022 10:46:15 +0000 Received: from localhost ([127.0.0.1]:47718 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neE25-0002Zr-FF for submit@debbugs.gnu.org; Tue, 12 Apr 2022 06:46:15 -0400 Received: from mail-wr1-f53.google.com ([209.85.221.53]:42953) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neE23-0002ZW-Dg for 38738@debbugs.gnu.org; Tue, 12 Apr 2022 06:45:59 -0400 Received: by mail-wr1-f53.google.com with SMTP id r13so27068398wrr.9 for <38738@debbugs.gnu.org>; Tue, 12 Apr 2022 03:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=e+SBgNGDMP+yTK4lVw27haO6u6Ff5byqdnVw4kUl5A4=; b=a8pwQUJlG0COvH6V7WlZCv+iaUYy1vePYcCnesOulEPbYfpJctrS9JdvRIyIPy8r/U f504KF0/L7ngtQqa8d/pkD8M5yO8yfS4vkiemFSxlyViAbTOOy1xGd3ZwLWSZuw83ZfJ tyN3+3aKCJXzmXXgoryft1Uyp7NJm6Woi14uL7sS6DS7RiUnxr5z1AWEDTeV8aPlepYc v5SVrkLF+FrZZ/EHOHyX76qSBTDYLZPwjPlJfBZW/7rA3EhjRskAyDQlkS6SZjVbUihK IJ3+GqDR6AxsVx9s2KhLrRXT9im4k9a7NuNBQAHtQsAMkuZgkjDRfBgtux17FrCK2PEe cd6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=e+SBgNGDMP+yTK4lVw27haO6u6Ff5byqdnVw4kUl5A4=; b=3klqsQcClP1xpy9tkq4qElHEv8ZuyeNgzMfsnxbNCDm2zd+7sMDVUqT0k3tqVda7RM W2hX8cCaSck+PU1LSXuW+ROzM7ThvxQuPkhNJfMSiulwgsYMNvp4qX2rixWUqZbPvR8K f5WPfgwzvWFJ0qmbbDhzowBKlqC2sbwFlY4MO/6wzjpHFh63wich3lQH5yu79cevw5PP ych6yFSX2Yq8CobM8ORLMGOdgGiKPS0eUm4GARi+2tm66uj6oDQ4dFmeEB7PIIjingYN H/5XI9hWCqW6l/b99eBhZMbk2kvcT5dhR8DvTe615wq+TXjtQEUHOnDj1dxcVKLf8hoR 538A== X-Gm-Message-State: AOAM532WE7ZIj8sJqpsHOqlgt35Pqw0pU/rBGOMSO464qFdhBcRZWDXr lq44H0kecjyiWZuPOWSGdlOxv8IXCwA= X-Google-Smtp-Source: ABdhPJwN4GFAnRLtszgGZt0/CpyDh1Gdgxxp5XnTMrI/pMn+7a/wdiQJ+7YmqcKzLceIO4KAYmSSnw== X-Received: by 2002:a5d:584a:0:b0:205:a10c:dbd1 with SMTP id i10-20020a5d584a000000b00205a10cdbd1mr29889908wrf.8.1649760353373; Tue, 12 Apr 2022 03:45:53 -0700 (PDT) Received: from lili (roam-nat-fw-prg-194-254-61-40.net.univ-paris-diderot.fr. [194.254.61.40]) by smtp.gmail.com with ESMTPSA id n15-20020a5d6b8f000000b00207ab69284csm2915762wrx.23.2022.04.12.03.45.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Apr 2022 03:45:52 -0700 (PDT) From: zimoun References: <87h81pymzj.fsf@gnu.org> <87eewszz20.fsf@gnu.org> <87wo8872wt.fsf@ambrevar.xyz> Date: Tue, 12 Apr 2022 12:40:40 +0200 In-Reply-To: <87wo8872wt.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Thu, 27 Feb 2020 11:14:26 +0100") Message-ID: <864k2y37pz.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) 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 Thu, 27 Feb 2020 at 11:14, Pierre Neidhardt wrote: The last interaction of this patch #38738 [1] from 2 years, 6 weeks, 2 days ago ends with: Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.221.53 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.221.53 listed in wl.mailspike.net] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.6 (/) Hi, On Thu, 27 Feb 2020 at 11:14, Pierre Neidhardt wrote: The last interaction of this patch #38738 [1] from 2 years, 6 weeks, 2 days ago ends with: > Looks good to me! and since it is still a WIP, I propose to close it. 1: Cheers, simon From unknown Tue Aug 19 02:59:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Brett Gilio Subject: bug#38738: closed (Re: bug#38738: [PATCH WIP] etc: Add "tarball" snippet.) Message-ID: References: <86ilq18bid.fsf_-_@gmail.com> <87h81pymzj.fsf@gnu.org> X-Gnu-PR-Message: they-closed 38738 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 38738@debbugs.gnu.org Date: Thu, 19 May 2022 21:26:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1652995564-21559-1" This is a multi-part message in MIME format... ------------=_1652995564-21559-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #38738: [PATCH WIP] etc: Add "tarball" snippet. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 38738@debbugs.gnu.org. --=20 38738: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D38738 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1652995564-21559-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 38738-done) by debbugs.gnu.org; 19 May 2022 21:25:17 +0000 Received: from localhost ([127.0.0.1]:36728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nrne0-0005ZY-LK for submit@debbugs.gnu.org; Thu, 19 May 2022 17:25:16 -0400 Received: from mail-wr1-f41.google.com ([209.85.221.41]:42559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nrndr-0005YC-Iy for 38738-done@debbugs.gnu.org; Thu, 19 May 2022 17:25:07 -0400 Received: by mail-wr1-f41.google.com with SMTP id j25so8869981wrc.9 for <38738-done@debbugs.gnu.org>; Thu, 19 May 2022 14:25:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Bes90oLyiUpdj9Bgr6VaMRDwvdfuD4nxndAnCLnNDSM=; b=pRIvpuJwXqhZFGXiJqqJt1u9IkWVWLO12aN+Jb94URJBBr3S8T8xa91oTvmPKFxhac sKLTi6Rqd8Iy7ordWvwf+HUZUa430+Bv/+5zxkqFpfkL89oystTcREIpK6GEtVISEcH2 zcsTtqw9UoNmXxoIDrGc6bi8h+aXWyrz/xTCfhT+BkdIzAHlyjnexZ/s75OCRV+YhSZp VWp1zpr23QcpBBb0tHI8LTtxLrxW4yKDXHsBaf+wpvFm6qQm1xb7yNkgp4/bVfcZWgH+ xxLDZ5LcuZPKZo/q201eIABx8RIFhPtpxRSNWc39gCe0MZahWx/+/KtG3IzTcj91AoFC z5+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Bes90oLyiUpdj9Bgr6VaMRDwvdfuD4nxndAnCLnNDSM=; b=OyKsVNYxVFB0F6BsKb8zei3h3DXaZyojsdU7cAAPLtjIIfuVXwcAcKLDMC+oAOpbbU 6S+vm/zR8mMCxVYE1ntmifsyd9nACfjbjAHVkcj7dy+5EU1FYACzIYAkSe7fTV04pT/W fcs9a27G+dd+tfv01dTOgrR0kwtgKxxbPTYYc0QkI6SeF1lN+BWvpNOrL+fcNZ0zatTk hfyMr2+1LA3iFVjus/AoYAic+CFaGLUZI1pkRlJkvzwlO0Po6eLBzFJmVGzm2aVBiTN+ AQx+D77LyXdDFrPkXxckpsa0E+OIabhsgr2xofMIkQjlYu5dMTXmCCk5gIdtze01jULg 4LXg== X-Gm-Message-State: AOAM533TD9jgSwkhA3Xjm2IZM8aBf4d+SzEsZMoWOhi0sHilJPqOccEm VX/hUMBdwiAjY7DquY+k/k3py0CFOBk= X-Google-Smtp-Source: ABdhPJx4D9uYuYR8WyRoBpkIakafjEc67IWY3QlejtZMbop3c8GsK3NLoRLlJ1g50kn0EerfXboePg== X-Received: by 2002:a5d:59a7:0:b0:20c:58f8:f50e with SMTP id p7-20020a5d59a7000000b0020c58f8f50emr5912172wrr.189.1652995501997; Thu, 19 May 2022 14:25:01 -0700 (PDT) Received: from lili ([146.0.30.100]) by smtp.gmail.com with ESMTPSA id m6-20020adfa3c6000000b0020d02ddf4d5sm690705wrb.5.2022.05.19.14.25.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 19 May 2022 14:25:01 -0700 (PDT) From: zimoun To: Pierre Neidhardt Subject: Re: bug#38738: [PATCH WIP] etc: Add "tarball" snippet. References: <87h81pymzj.fsf@gnu.org> <87eewszz20.fsf@gnu.org> <87wo8872wt.fsf@ambrevar.xyz> <864k2y37pz.fsf_-_@gmail.com> Date: Thu, 19 May 2022 23:20:58 +0200 In-Reply-To: <864k2y37pz.fsf_-_@gmail.com> (zimoun's message of "Tue, 12 Apr 2022 12:40:40 +0200") Message-ID: <86ilq18bid.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.6 (+) 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 Tue, 12 Apr 2022 at 12:40, zimoun wrote: > On Thu, 27 Feb 2020 at 11:14, Pierre Neidhardt wrote: > > The last interaction of this patch #38738 [1] from 2 years, 6 weeks, 2 > days ago ends with: [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.221.41 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.221.41 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (zimon.toutoune[at]gmail.com) 1.6 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: ambrevar.xyz (xyz)] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 38738-done Cc: 38738-done@debbugs.gnu.org, Brett Gilio X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.6 (/) Hi, On Tue, 12 Apr 2022 at 12:40, zimoun wrote: > On Thu, 27 Feb 2020 at 11:14, Pierre Neidhardt wrote: > > The last interaction of this patch #38738 [1] from 2 years, 6 weeks, 2 > days ago ends with: > >> Looks good to me! > > and since it is still a WIP, I propose to close it. Therefore, I am closing. Cheers, simon ------------=_1652995564-21559-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Dec 2019 05:48:17 +0000 Received: from localhost ([127.0.0.1]:53220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijzWr-0002Ze-IS for submit@debbugs.gnu.org; Wed, 25 Dec 2019 00:48:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:53180) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ijzWp-0002ZW-8Y for submit@debbugs.gnu.org; Wed, 25 Dec 2019 00:48:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40119) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijzWo-0007Za-24 for guix-patches@gnu.org; Wed, 25 Dec 2019 00:48:14 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ijzWn-0000rl-T0 for guix-patches@gnu.org; Wed, 25 Dec 2019 00:48:13 -0500 Received: from [2605:6000:1a0d:6320::6a8] (port=39206 helo=oryx) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ijzWn-0007PJ-54 for guix-patches@gnu.org; Wed, 25 Dec 2019 00:48:13 -0500 From: Brett Gilio To: guix-patches@gnu.org Subject: [PATCH WIP] etc: Add "tarball" snippet. Date: Tue, 24 Dec 2019 23:48:16 -0600 Message-ID: <87h81pymzj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain This patch is actually a WIP. I'd ideally like it if it could also detect the addition of `(git-file-name ...)` and add that to the sub-header commit message portion, but I am not so talented in Yasnippet creation :). If anybody wants to take a crack at it, please do. But I think this snippet will prove useful as we will almost always have unstable tarballs coming into our sources. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-etc-Add-tarball-snippet.patch Content-Description: [PATCH] etc: Add "tarball" snippet. >From f4b14a47e3741c107ea83e2717674c8a032f8dba Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Tue, 24 Dec 2019 23:42:27 -0600 Subject: [PATCH] etc: Add "tarball" snippet. * etc/snippets/text-mode/guix-commit-message-unstable-tarball: New file. --- .../text-mode/guix-commit-message-unstable-tarball | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/snippets/text-mode/guix-commit-message-unstable-tarball diff --git a/etc/snippets/text-mode/guix-commit-message-unstable-tarball b/etc/snippets/text-mode/guix-commit-message-unstable-tarball new file mode 100644 index 0000000000..e82f522e54 --- /dev/null +++ b/etc/snippets/text-mode/guix-commit-message-unstable-tarball @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: guix-commit-message-unstable-tarball +# key: tarball +# condition: git-commit-mode +# -- +gnu: $1: Don't use unstable tarball. + +* `(car (magit-staged-files))` ($1)[source]: Download using GIT-FETCH. \ No newline at end of file -- 2.24.1 --=-=-=-- ------------=_1652995564-21559-1--