From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Content-addressed mirrors for tarballs Date: Sun, 15 May 2016 23:56:06 +0200 Message-ID: <871t530yvd.fsf@inria.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42617) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b24Av-0003EX-5m for guix-devel@gnu.org; Sun, 15 May 2016 18:06:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b24Ar-000399-UJ for guix-devel@gnu.org; Sun, 15 May 2016 18:06:13 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:40936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b24Ar-00038v-O3 for guix-devel@gnu.org; Sun, 15 May 2016 18:06:09 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id CBE61AAF for ; Sun, 15 May 2016 23:56:04 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NfxBTiRPYw1n for ; Sun, 15 May 2016 23:56:04 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 84018200 for ; Sun, 15 May 2016 23:56:04 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Guix-devel Hello Guix! Commit cd436bf05a8344acf4462f3602e7d360821a902a allows source tarballs to be fetched from content-addressed mirrors, such as tarballs.nixos.org (I expect other mirrors will be added soon.) By default, URLs of the style http://tarballs.nixos.org/sha256/XYZ are automatically appended to the list of URLs that=E2=80=99s explicitly specif= ied. Ludo=E2=80=99.