From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35666) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3yU7-0005uV-G0 for guix-patches@gnu.org; Tue, 18 Feb 2020 03:44:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3yU6-0002Y4-FT for guix-patches@gnu.org; Tue, 18 Feb 2020 03:44:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:33561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3yU6-0002Y0-CI for guix-patches@gnu.org; Tue, 18 Feb 2020 03:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j3yU6-0007CP-B8 for guix-patches@gnu.org; Tue, 18 Feb 2020 03:44:02 -0500 Subject: [bug#39547] [PATCH] website: Provide JSON sources list used by Software Heritage. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200210170418.32076-1-zimon.toutoune@gmail.com> <87pnehk1de.fsf@gnu.org> <8736bdjwqx.fsf@inria.fr> <87v9o4nvzi.fsf@inria.fr> Date: Tue, 18 Feb 2020 09:43:01 +0100 In-Reply-To: (zimoun's message of "Tue, 18 Feb 2020 09:38:58 +0100") Message-ID: <87h7zonv56.fsf@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: zimoun Cc: 39547@debbugs.gnu.org Hi, zimoun skribis: > On Tue, 18 Feb 2020 at 09:24, Ludovic Court=C3=A8s wrote: [...] >> > Or is 'packages.json' modified to record only one url for the source >> > url field with mirror:// expanded? >> >> Yeah, I think we can expand mirror URLs. > > So, 'mirror://' will become a list (from '%mirrors') of URLs, right? Yup! Thanks, Ludo=E2=80=99.