emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58017: closed ([PATCH 0/2] Retry nar downloads upon failure)


From: GNU bug Tracking System
Subject: bug#58017: closed ([PATCH 0/2] Retry nar downloads upon failure)
Date: Wed, 28 Sep 2022 21:26:01 +0000

Your message dated Wed, 28 Sep 2022 23:24:42 +0200
with message-id <87leq3dwf9.fsf_-_@gnu.org>
and subject line Re: bug#58017: [PATCH 0/2] Retry nar downloads upon failure
has caused the debbugs.gnu.org bug report #58017,
regarding [PATCH 0/2] Retry nar downloads upon failure
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58017: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58017
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] Retry nar downloads upon failure Date: Fri, 23 Sep 2022 08:16:16 +0200
Hello!

This is a long overdue fix for <https://issues.guix.gnu.org/57978>:
when a nar cannot be downloaded from its “preferred” location,
‘guix substitute --substitute’ will now retry once for each substitute
URL instead of failing right away.

This should address the most common issues such as transient
networking failures.

Comments?

Thanks,
Ludo’.

Ludovic Courtès (2):
  substitute: Split nar download.
  substitute: Retry downloading when a nar is unavailable.

 guix/scripts/substitute.scm | 157 +++++++++++++++++++++++++++---------
 tests/substitute.scm        | 113 ++++++++++++++++++++++++++
 2 files changed, 231 insertions(+), 39 deletions(-)


base-commit: a09655b20850d065333ec333e6e184b604f606a8
-- 
2.37.3




--- End Message ---
--- Begin Message --- Subject: Re: bug#58017: [PATCH 0/2] Retry nar downloads upon failure Date: Wed, 28 Sep 2022 23:24:42 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hi,

Ludovic Courtès <ludo@gnu.org> skribis:

>   substitute: Split nar download.
>   substitute: Retry downloading when a nar is unavailable.

Pushed as 8bd4126917f59f4af9a4323c3d5699201862dca2.  The ‘guix’ package
has yet to be updated.

Thanks,
Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]