From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Content-addressed mirrors for tarballs Date: Sun, 15 May 2016 18:34:59 -0400 Message-ID: References: <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]:46393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b24co-00072s-7s for guix-devel@gnu.org; Sun, 15 May 2016 18:35:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b24cm-0007mY-4N for guix-devel@gnu.org; Sun, 15 May 2016 18:35:01 -0400 Received: from mail-yw0-x22b.google.com ([2607:f8b0:4002:c05::22b]:34379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b24cl-0007mR-UK for guix-devel@gnu.org; Sun, 15 May 2016 18:35:00 -0400 Received: by mail-yw0-x22b.google.com with SMTP id j74so146994250ywg.1 for ; Sun, 15 May 2016 15:34:59 -0700 (PDT) In-Reply-To: <871t530yvd.fsf@inria.fr> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Sun, May 15, 2016 at 5:56 PM, Ludovic Court=C3=A8s wrote: > 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 spec= ified. This is a really cool feature! - Dave