From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Binary substituter Date: Thu, 18 Apr 2013 22:52:54 +0200 Message-ID: <87a9ovy315.fsf@gnu.org> References: <87a9pfl0sx.fsf@gnu.org> <87d2tz7k2l.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvpJ-0000HX-VI for bug-guix@gnu.org; Thu, 18 Apr 2013 16:53:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1USvpI-0003QA-Tr for bug-guix@gnu.org; Thu, 18 Apr 2013 16:53:05 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=57485 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1USvpI-0003O7-Nu for bug-guix@gnu.org; Thu, 18 Apr 2013 16:53:04 -0400 Received: from localhost (localhost [127.0.0.1]) by xanadu.aquilenet.fr (Postfix) with ESMTP id F09EBD0AC for ; Thu, 18 Apr 2013 22:52:54 +0200 (CEST) Received: from xanadu.aquilenet.fr ([127.0.0.1]) by localhost (xanadu.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id keP+bANmCFoG for ; Thu, 18 Apr 2013 22:52:54 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by xanadu.aquilenet.fr (Postfix) with ESMTPSA id 93946D0A6 for ; Thu, 18 Apr 2013 22:52:54 +0200 (CEST) In-Reply-To: <87d2tz7k2l.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 12 Apr 2013 19:08:50 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > >> This commit adds the =E2=80=98guix substitute-binary=E2=80=99 command, w= hich is intended >> for use by the daemon, not by normal users. So far, the daemon can >> invoke it to know which substitutes are available on hydra.gnu.org. It >> cannot actually download them yet, but that should be done Real Soon, so >> stay tuned. :-) > > Commit fe0cff14f6c5facee4192529f5c7b7a972f185ca implements the long > awaited (at least by me) feature. :-) And guess what: until commit ea0ee75 (right now), the substituter mechanism was actually disabled in the installed daemon. Now it should really be enabled. :-) Ludo=E2=80=99.