From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id MKYRIsS7NGO1ugAAbAwnHQ (envelope-from ) for ; Wed, 28 Sep 2022 23:25:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id qNI2IcS7NGOOwAAAG6o9tA (envelope-from ) for ; Wed, 28 Sep 2022 23:25:24 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 2BC8D13C4F for ; Wed, 28 Sep 2022 23:25:24 +0200 (CEST) Received: from localhost ([::1]:43974 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1odeYV-0006Bd-BJ for larch@yhetil.org; Wed, 28 Sep 2022 17:25:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53150) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odeYB-00068C-7t for bug-guix@gnu.org; Wed, 28 Sep 2022 17:25:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35968) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1odeYA-0007Ub-SA for bug-guix@gnu.org; Wed, 28 Sep 2022 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1odeYA-0004xf-HC for bug-guix@gnu.org; Wed, 28 Sep 2022 17:25:02 -0400 Subject: bug#57978: bug#58017: [PATCH 0/2] Retry nar downloads upon failure Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Wed, 28 Sep 2022 21:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57978 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 58017-done@debbugs.gnu.org Cc: Attila Lendvai , 57978-done@debbugs.gnu.org, zimoun Mail-Followup-To: 57978@debbugs.gnu.org, ludo@gnu.org, attila@lendvai.name Received: via spool by 57978-done@debbugs.gnu.org id=D57978.166440029719052 (code D ref 57978); Wed, 28 Sep 2022 21:25:02 +0000 Received: (at 57978-done) by debbugs.gnu.org; 28 Sep 2022 21:24:57 +0000 Received: from localhost ([127.0.0.1]:35045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odeY4-0004xD-TL for submit@debbugs.gnu.org; Wed, 28 Sep 2022 17:24:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odeY4-0004wy-4C; Wed, 28 Sep 2022 17:24:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40132) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odeXy-0007QK-D5; Wed, 28 Sep 2022 17:24:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=BeP3M2GVP+R0tvyYPHKRqGRKuzk6Z3HFNm6o7oho2+4=; b=sXkfaqzgs12icuv+GLlA ru1j/Tm6ZdM0tJ1mTuvt+Iu8LgvR39DydvjHfVFWgGv70bqLui/epkTscGXNiIHOXZ4V2sgA+pIB5 KeTanOGPqAcgDKauX0vhp8CZVDQNuDWtsNl0tQiyIjEfXM7H3zNjme2npjysXouP7BfCQs3XnPoI9 Y4pIDILaN2o9eetGNxF96tZlY9gN0CuzgUs/JixvG1/LyULwdseO/OzOfT39nsArsGGC0S2vQt/Ct mMJw6eKTN8tEu1IaPcdu7C4kjt6YaJ/rzWEXkc/MmHkUja4TTG5j6131isf+ZyKLakUHA0wC5w7j4 BgRMHuRgPoemfw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:60820 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odeXx-0007Dz-Qd; Wed, 28 Sep 2022 17:24:50 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <875yhfivub.fsf@gnu.org> <20220923061616.5453-1-ludo@gnu.org> Date: Wed, 28 Sep 2022 23:24:42 +0200 In-Reply-To: <20220923061616.5453-1-ludo@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Fri, 23 Sep 2022 08:16:16 +0200") Message-ID: <87leq3dwf9.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1664400324; h=from:from:sender:sender: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:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=BeP3M2GVP+R0tvyYPHKRqGRKuzk6Z3HFNm6o7oho2+4=; b=RJty2hu89GE0xRojW6rJ2USMLAWFQ6WhnahANGiuoayI9KQ8ltIGgKzRCcQXm0RruGyDS1 6xLlUaDGPgEc10QlVV1L8QIay4ZDvmjd68FwKopH846NYTrti1lR989LUXm2ImBS/FxWR5 NL4lJv3zdyp+U/DnlwvDMcCoDMZdrv+yNt+S75UfyD33A8iTCh29fsJq1DryAWc81hFsqL lB7xQpm4CA5fHsbghmouTo/Q7JV9DUKRZMRsBQ4wQjik5YtlgDE1hdbNkXM+Ui8vEninn5 JCEXfIkpNUFT5yU5cZuBR6Tzw4X0jNOECOv6IapHxbqKbshwrDiQhwYOqTUd7g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664400324; a=rsa-sha256; cv=none; b=u6kNu+aspT4xj+sjXhLmZ0eABE6DzYReMvfzJCv8Het2wPpF2iJJCx1JiJBBwD+mLIJY1V YsZw2K+Zy0U9DaYj8D7PZux+sqtBez1OE7kh+zgwuKP/0wQ91zEpTkE7m0ZnT6/Lq1rtj5 /LJE6rEDLPGomOsvJObHB8ceRlcRhnS5raDHpk26SVIlJC5UirXTIJt3RciDTXnDFCe2yL YSV/Q1euA96S9vkMPHL71dEYJ89c0HmKn/hUwwfrbB6UMAMPQhga2kBw9aV8mTTStmS3+8 Viuu0rYZaMv1LljtuBgwvyNp36/BP2AvhPe5c6mRjZaCf7l7wLQEtR1xy2Kxtw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=sXkfaqzg; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.75 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=sXkfaqzg; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 2BC8D13C4F X-Spam-Score: -3.75 X-Migadu-Scanner: scn1.migadu.com X-TUID: K0IN6L0uS92u Hi, Ludovic Court=C3=A8s skribis: > substitute: Split nar download. > substitute: Retry downloading when a nar is unavailable. Pushed as 8bd4126917f59f4af9a4323c3d5699201862dca2. The =E2=80=98guix=E2= =80=99 package has yet to be updated. Thanks, Ludo=E2=80=99.