From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43291) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j9Bqo-0007h0-W3 for guix-patches@gnu.org; Tue, 03 Mar 2020 13:01:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j9Bqo-00044T-4E for guix-patches@gnu.org; Tue, 03 Mar 2020 13:01:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33959) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j9Bqo-00043r-0X for guix-patches@gnu.org; Tue, 03 Mar 2020 13:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j9Bqn-0003AE-Uc for guix-patches@gnu.org; Tue, 03 Mar 2020 13:01:01 -0500 Subject: [bug#39547] Addition of %content-addressed-mirrors to sources.json (SWH)? References: <20200210170418.32076-1-zimon.toutoune@gmail.com> In-Reply-To: <20200210170418.32076-1-zimon.toutoune@gmail.com> Resent-Message-ID: MIME-Version: 1.0 From: zimoun Date: Tue, 3 Mar 2020 19:00:23 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39547@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= Hi, Some upstream sources could disappear between the moment when the package enters in Guix and the moment when SWH ingests it. (As an edge case, let consider the recent harfbuzz one.) Now the format 'sources.json' should accept an array. Does it make sense to put in this array the content addressed mirrors (ci.guix.gnu.org and tarball.nixos.org)? What do you think? Cheers, simon