From unknown Tue Jun 17 01:46:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50615] [PATCH] gnu: grokmirror: Update to 2.0.11. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Sep 2021 08:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50615 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50615@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163178205726325 (code B ref -1); Thu, 16 Sep 2021 08:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 16 Sep 2021 08:47:37 +0000 Received: from localhost ([127.0.0.1]:53785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQn3R-0006qX-6t for submit@debbugs.gnu.org; Thu, 16 Sep 2021 04:47:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:58596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQn3O-0006qP-Hs for submit@debbugs.gnu.org; Thu, 16 Sep 2021 04:47:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQn3O-0006sb-8r for guix-patches@gnu.org; Thu, 16 Sep 2021 04:47:34 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:48250 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQn3M-00011q-Be for guix-patches@gnu.org; Thu, 16 Sep 2021 04:47:33 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631782046; bh=5ZA7bEnUm5DVk0UrVERwxkf494GiN2k4zK6jkNI6mlI=; h=From:To:Subject:Date; b=qPqXgGecz6MJ+dENZ0O36uHY5qujEfEtBKWIiVcEf6HoErb5MlCv7f1lt1TybjzqV 8TTvRj4Q0JWHaqEKz+iqO33olfdNlaQmnkEXmTruAohxEje5ngV5rfiBtUV2XR9s3K 9Ef3nPn5tuZxIB2EYr9RiXQy1E+mEJlxkE4hEV00= Message-Id: Date: Thu, 16 Sep 2021 10:47:25 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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: * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. [arguments]<#:phases>: =?UTF-8?Q?Don=E2=80=99t?= return #t. --- gnu/packages/version-control.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletio [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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: 0.2 (/) * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. [arguments]<#:phases>: Don=E2=80=99t return #t. --- gnu/packages/version-control.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-contro= l.scm index fe84601372..ead33ad10e 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2465,7 +2465,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.") (define-public grokmirror (package (name "grokmirror") - (version "2.0.8") + (version "2.0.11") (source (origin (method git-fetch) @@ -2475,7 +2475,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.") (commit (string-append "v" version)))) (file-name (string-append name "-" version "-checkout")) (sha256 - (base32 "0zfiwjw02df3mzpawp9jx61iwp0nhcf6y03cs8022l0hkvc7blbr")))) + (base32 "0c6nnfzzyl247r1dcjnsyx16d34nyra9ikjjhi0xzlrbiwnb0w32")))) (build-system python-build-system) (arguments `(#:tests? #f ; no test suite @@ -2487,8 +2487,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.") "/man/man1/"))) (mkdir-p man) (for-each (lambda (file) (install-file file man)) - (find-files "." "\\.1$"))) - #t))))) + (find-files "." "\\.1$")))))))) (propagated-inputs `(("python-packaging" ,python-packaging) ("python-requests" ,python-requests))) base-commit: a72519489f0178051b7049d5793d95d070ebef86 --=20 2.33.0 From unknown Tue Jun 17 01:46:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50615] [PATCH] gnu: grokmirror: Update to 2.0.11. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Sep 2021 03:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50615 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 50615@debbugs.gnu.org Received: via spool by 50615-submit@debbugs.gnu.org id=B50615.16318479897289 (code B ref 50615); Fri, 17 Sep 2021 03:07:02 +0000 Received: (at 50615) by debbugs.gnu.org; 17 Sep 2021 03:06:29 +0000 Received: from localhost ([127.0.0.1]:58145 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR4Cq-0001tU-8o for submit@debbugs.gnu.org; Thu, 16 Sep 2021 23:06:29 -0400 Received: from out1.migadu.com ([91.121.223.63]:18399) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR4Ck-0001tF-OZ for 50615@debbugs.gnu.org; Thu, 16 Sep 2021 23:06:27 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1631847980; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J7nQGQXgvGTBzr7+r48dUjh1tcP4GtlqPhUkrGVgMUI=; b=jfV/9eYpVxn/8QrDrcP0WmGriQ9OFt4Tb9LC+9YP5zg3ckAoR/VSvklYO2UzmpkK+cKUGi RRcRqb5mVXESvWIvBrtfyLtuUUitwqu7KwGaultn4pLl/X1v+m2+x1LOqsTWp3rjMrJzB1 dlbFmIVU1Ipahvnl+tPdmS3hwN1ji4Pw8zsuZpMc3srjaNBE78uOd4htR7kaaSguD8r7pN kkCZQVsk+SdeD+AY55dmg/Zs9/MJiER9y0/XljNVm9TK63klPq0vPAhQ3wJ4/gPpJr4ttv 8LRIaBa0JEMn9MaK/L8A18dS9+KkkHePzosg5JLOFgyossekRwfg8sW29bZCxw== From: Kyle Meyer In-Reply-To: References: Date: Thu, 16 Sep 2021 23:06:11 -0400 Message-ID: <87lf3vvr30.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-Spam-Score: -0.7 (/) 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 (-) Xinglu Chen writes: > * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. > [arguments]<#:phases>: Don=E2=80=99t return #t. Thanks for keeping grokmirror up to date. > (define-public grokmirror [...] > @@ -2487,8 +2487,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity= .") Unrelated sidenote: you could get a more informative hunk header for your patches by defining a custom one (more details in the gitattributes manpage). > "/man/man1/"))) > (mkdir-p man) > (for-each (lambda (file) (install-file file man)) > - (find-files "." "\\.1$"))) > - #t))))) > + (find-files "." "\\.1$")))))))) Oops, sorry about the unnecessary #t. I did a quick search of the lists/manual but didn't find any pointers/discussion. What's the way to decide when a custom phase should return #t (like in the below snippet from the manual)? --8<---------------cut here---------------start------------->8--- (modify-phases %standard-phases (add-after 'install 'fix-egrep-and-fgrep ;; Patch 'egrep' and 'fgrep' to execute 'grep' via its ;; absolute file name instead of searching for it in $PATH. (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (bin (string-append out "/bin"))) (substitute* (list (string-append bin "/egrep") (string-append bin "/fgrep")) (("^exec grep") (string-append "exec " bin "/grep"))) #t)))) --8<---------------cut here---------------end--------------->8--- From unknown Tue Jun 17 01:46:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50615] [PATCH] gnu: grokmirror: Update to 2.0.11. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Sep 2021 08:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50615 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kyle Meyer Cc: 50615@debbugs.gnu.org Received: via spool by 50615-submit@debbugs.gnu.org id=B50615.16318676157936 (code B ref 50615); Fri, 17 Sep 2021 08:34:01 +0000 Received: (at 50615) by debbugs.gnu.org; 17 Sep 2021 08:33:35 +0000 Received: from localhost ([127.0.0.1]:58450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR9JO-00023w-Kh for submit@debbugs.gnu.org; Fri, 17 Sep 2021 04:33:34 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:33460 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mR9JM-00023e-Gk for 50615@debbugs.gnu.org; Fri, 17 Sep 2021 04:33:33 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631867603; bh=i4WUXkfs2fSgls31pwyHgBtSIBazg6c8kOe9Ar1CZM4=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=eH2W1Geg4Lgx9QdGuicEMrbXc/JUh8qVrLHfYyiuWo6JEhEqkktFnmLRwyv8Y4fUT nLjU/f68bt70GqjOBlFNG2GwZ14j2EfUhun6INEnHcELN+00oOf0UhkxW2/pa/g9vq ZQZKIvv2OnkHuhp7jeOCloD3/fsyUu7rXhmP2Ywc= In-Reply-To: <87lf3vvr30.fsf@kyleam.com> References: <87lf3vvr30.fsf@kyleam.com> Date: Fri, 17 Sep 2021 10:33:22 +0200 Message-ID: <87ilyzppnx.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) 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: On Thu, Sep 16 2021, Kyle Meyer wrote: > Xinglu Chen writes: > >> * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. >> [arguments]<#:phases>: =?UTF-8?Q?Don=E2=80=99t?= return #t. > > Thanks for keeping grokmirror up to date. Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps 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: 2.9 (++) 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: On Thu, Sep 16 2021, Kyle Meyer wrote: > Xinglu Chen writes: > >> * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. >> [arguments]<#:phases>: =?UTF-8?Q?Don=E2=80=99t?= return #t. > > Thanks for keeping grokmirror up to date. Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.0 PDS_RDNS_DYNAMIC_FP RDNS_DYNAMIC with FP steps --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Thu, Sep 16 2021, Kyle Meyer wrote: > Xinglu Chen writes: > >> * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. >> [arguments]<#:phases>: Don=E2=80=99t return #t. > > Thanks for keeping grokmirror up to date. You are welcome! >> (define-public grokmirror > [...] >> @@ -2487,8 +2487,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracit= y.") > > Unrelated sidenote: you could get a more informative hunk header for > your patches by defining a custom one (more details in the gitattributes > manpage). Ah, thanks for the tip! >> "/man/man1/"))) >> (mkdir-p man) >> (for-each (lambda (file) (install-file file man)) >> - (find-files "." "\\.1$"))) >> - #t))))) >> + (find-files "." "\\.1$")))))))) > > Oops, sorry about the unnecessary #t. I did a quick search of the > lists/manual but didn't find any pointers/discussion. What's the way to > decide when a custom phase should return #t (like in the below snippet > from the manual)? > > --8<---------------cut here---------------start------------->8--- > (modify-phases %standard-phases > (add-after 'install 'fix-egrep-and-fgrep > ;; Patch 'egrep' and 'fgrep' to execute 'grep' via its > ;; absolute file name instead of searching for it in $PATH. > (lambda* (#:key outputs #:allow-other-keys) > (let* ((out (assoc-ref outputs "out")) > (bin (string-append out "/bin"))) > (substitute* (list (string-append bin "/egrep") > (string-append bin "/fgrep")) > (("^exec grep") > (string-append "exec " bin "/grep"))) > #t)))) > --8<---------------cut here---------------end--------------->8--- I don=E2=80=99t think it documented in the manual, but on =E2=80=98master= =E2=80=99, phases have to return #t, otherwise, you will get a warning message about it. But once the =E2=80=98core-updates-frozen=E2=80=99 branch gets merged (should b= e soon=E2=84=A2), phases don=E2=80=99t have to return #t anymore. Since the boilerplate won= =E2=80=99t be needed once =E2=80=98core-updates-frozen=E2=80=99 gets merged, I thought it= would be a good idea to just remove the #t. :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmFEUtIVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5vV8P/jo3pO7uQY3fqAdUemBY7Dw+6jBW 6IOmB7Xgwf9kWQS5wN6Epx4fLtW/3atllmZprwxm0yYt6/1VBd/TNTQ8FEiZOghu j5P3Tm92/pcEBeYk9Iz0131ZUdnxvBghMTgXywq2B7te8qu63ej6b5i0zFLsWiCQ tfiWrBd4US6HPy6A6Wv0A1sNnO5C5ECvKMnA38MjFMDEkmjzP1lDZtvUtDCAFGN4 pLwVuFb6Gkhv7peXQlTN8Fp/Lzxa1RA0ZQ0lNUWMrYNU2OBtdfQrhfFBIkIrkvf4 m3MeovHgkXnbFhPu5qYIZfz8wtFSUVWl5/Sib1Q+yLslv+QKtcWk896xh79Y4xQ7 z659F7ki7dSqOguh5jOXAjawkMth9B4NnsPSJmjgpBHRiTR/GWsUEjlxReGS1KkS I6OB8SGbdx+9+8mLBQR4fcLpUuOs0gfpdr9Sb7rHDWOkyPmNBONMSArc6nfXs4Yx Y85lu+NIFRAX64z/x15osXqN+uWg2jLtQoXw9m2Edo7wWAbbeEXjfzBkbAyYVtir OJSyJJfSXA4dxN9TSnK68cWp5LMY/q91eneKvnWuMej/PpLbSgmYlMBD4uT/eCwb fIAI9hURWNqvmeSj155MEc3cOQ8MWq8aona4Gb256YHIqaUFCvibrxexCl6HKToR odXxYIxy9E+CdreO =gBCM -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 01:46:37 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50615] [PATCH] gnu: grokmirror: Update to 2.0.11. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Sep 2021 10:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50615 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Xinglu Chen Cc: 50615@debbugs.gnu.org Received: via spool by 50615-submit@debbugs.gnu.org id=B50615.163187573021766 (code B ref 50615); Fri, 17 Sep 2021 10:49:01 +0000 Received: (at 50615) by debbugs.gnu.org; 17 Sep 2021 10:48:50 +0000 Received: from localhost ([127.0.0.1]:58630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRBQH-0005f0-PQ for submit@debbugs.gnu.org; Fri, 17 Sep 2021 06:48:49 -0400 Received: from out0.migadu.com ([94.23.1.103]:33323) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRBQD-0005ep-JO for 50615@debbugs.gnu.org; Fri, 17 Sep 2021 06:48:49 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1631875724; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AQqNvHZ4BzFhswKd9ou0s9WItn5DlBvOEyaTqv+HyfM=; b=Hjc3iNdwkpi6FAIJoNRKwSAXbxY/3x8r7R8ryYOUi1hGTiTvJjhAJXESnkfaUcbL5LMqFE C8rSxlnjd/ZrxRTEBVaAix0i7Ung9OQ3rXXWWUOi2p3y/VGRUmjRHsaYbHQp1YV34gwhGL GDEHJNISSATQRZrqvu4I8f0J+9IL6ADN260PFF8kQvgSjhXdaVtWqnID8jvpEbvOYNGcfO fZUPqkk4C490TBezOZCsKqA+S5NNPAMEgM/iwYCuubyNjof3tJXIDVvkq6rhBQZ1/V3AU5 lJTH4/mSxabcuIM7kQHFwEuiFMlRviAlbz8t+ea45QX9+Nva3EFHsUkDrDWnhA== From: Kyle Meyer In-Reply-To: <87ilyzppnx.fsf@yoctocell.xyz> References: <87lf3vvr30.fsf@kyleam.com> <87ilyzppnx.fsf@yoctocell.xyz> Date: Fri, 17 Sep 2021 06:48:42 -0400 Message-ID: <87fsu3v5o5.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-Spam-Score: -0.7 (/) 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 (-) Xinglu Chen writes: > But once the =E2=80=98core-updates-frozen=E2=80=99 branch gets merged (sh= ould be > soon=E2=84=A2), phases don=E2=80=99t have to return #t anymore. Oh, got it. Thanks for the information. From unknown Tue Jun 17 01:46:37 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: Xinglu Chen Subject: bug#50615: closed (Re: bug#50615: [PATCH] gnu: grokmirror: Update to 2.0.11.) Message-ID: References: <8735pl3hjy.fsf@gnu.org> X-Gnu-PR-Message: they-closed 50615 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50615@debbugs.gnu.org Date: Thu, 30 Sep 2021 21:01:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1633035661-23378-1" This is a multi-part message in MIME format... ------------=_1633035661-23378-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50615: [PATCH] gnu: grokmirror: Update to 2.0.11. 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 50615@debbugs.gnu.org. --=20 50615: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50615 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1633035661-23378-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50615-done) by debbugs.gnu.org; 30 Sep 2021 21:00:53 +0000 Received: from localhost ([127.0.0.1]:54141 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mW3Aj-00064Z-2q for submit@debbugs.gnu.org; Thu, 30 Sep 2021 17:00:53 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mW3Af-00064L-He for 50615-done@debbugs.gnu.org; Thu, 30 Sep 2021 17:00:51 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59896) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mW3AY-0002Zu-LD; Thu, 30 Sep 2021 17:00:43 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36444 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mW3AB-0002T8-7L; Thu, 30 Sep 2021 17:00:38 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Xinglu Chen Subject: Re: bug#50615: [PATCH] gnu: grokmirror: Update to 2.0.11. References: Date: Thu, 30 Sep 2021 23:00:17 +0200 In-Reply-To: (Xinglu Chen's message of "Thu, 16 Sep 2021 10:47:25 +0200") Message-ID: <8735pl3hjy.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 50615-done Cc: 50615-done@debbugs.gnu.org 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.3 (-) Xinglu Chen skribis: > * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. > [arguments]<#:phases>: Don=E2=80=99t return #t. Applied, thanks! Ludo=E2=80=99. ------------=_1633035661-23378-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 16 Sep 2021 08:47:37 +0000 Received: from localhost ([127.0.0.1]:53785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQn3R-0006qX-6t for submit@debbugs.gnu.org; Thu, 16 Sep 2021 04:47:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:58596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQn3O-0006qP-Hs for submit@debbugs.gnu.org; Thu, 16 Sep 2021 04:47:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49454) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQn3O-0006sb-8r for guix-patches@gnu.org; Thu, 16 Sep 2021 04:47:34 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:48250 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQn3M-00011q-Be for guix-patches@gnu.org; Thu, 16 Sep 2021 04:47:33 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1631782046; bh=5ZA7bEnUm5DVk0UrVERwxkf494GiN2k4zK6jkNI6mlI=; h=From:To:Subject:Date; b=qPqXgGecz6MJ+dENZ0O36uHY5qujEfEtBKWIiVcEf6HoErb5MlCv7f1lt1TybjzqV 8TTvRj4Q0JWHaqEKz+iqO33olfdNlaQmnkEXmTruAohxEje5ngV5rfiBtUV2XR9s3K 9Ef3nPn5tuZxIB2EYr9RiXQy1E+mEJlxkE4hEV00= To: guix-patches@gnu.org Subject: [PATCH] gnu: grokmirror: Update to 2.0.11. Message-Id: Date: Thu, 16 Sep 2021 10:47:25 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 34 X-Spam_score: 3.4 X-Spam_bar: +++ X-Spam_report: (3.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=1.999, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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: * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. [arguments]<#:phases>: Don’t return #t. --- gnu/packages/version-control.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletio [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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: 0.2 (/) * gnu/packages/version-control.scm (grokmirror): Update to 2.0.11. [arguments]<#:phases>: Don=E2=80=99t return #t. --- gnu/packages/version-control.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-contro= l.scm index fe84601372..ead33ad10e 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2465,7 +2465,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.") (define-public grokmirror (package (name "grokmirror") - (version "2.0.8") + (version "2.0.11") (source (origin (method git-fetch) @@ -2475,7 +2475,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.") (commit (string-append "v" version)))) (file-name (string-append name "-" version "-checkout")) (sha256 - (base32 "0zfiwjw02df3mzpawp9jx61iwp0nhcf6y03cs8022l0hkvc7blbr")))) + (base32 "0c6nnfzzyl247r1dcjnsyx16d34nyra9ikjjhi0xzlrbiwnb0w32")))) (build-system python-build-system) (arguments `(#:tests? #f ; no test suite @@ -2487,8 +2487,7 @@ Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.") "/man/man1/"))) (mkdir-p man) (for-each (lambda (file) (install-file file man)) - (find-files "." "\\.1$"))) - #t))))) + (find-files "." "\\.1$")))))))) (propagated-inputs `(("python-packaging" ,python-packaging) ("python-requests" ,python-requests))) base-commit: a72519489f0178051b7049d5793d95d070ebef86 --=20 2.33.0 ------------=_1633035661-23378-1--