From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Substitutes from multiple server Date: Wed, 28 Oct 2015 16:01:38 +0100 Message-ID: <87bnbj82b1.fsf@gnu.org> References: <87eggf9re0.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 ([2001:4830:134:3::10]:37484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSES-0004d8-Jp for guix-devel@gnu.org; Wed, 28 Oct 2015 11:01:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrSEO-0003Gy-PI for guix-devel@gnu.org; Wed, 28 Oct 2015 11:01:44 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrSEO-0003Gu-MC for guix-devel@gnu.org; Wed, 28 Oct 2015 11:01:40 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:33142 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZrSEO-0005CM-4U for guix-devel@gnu.org; Wed, 28 Oct 2015 11:01:40 -0400 In-Reply-To: <87eggf9re0.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 28 Oct 2015 12:14:31 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Unfortunately, due to , the daemon=E2=80=99s > --substitute-urls is overridden by clients, so you really have to pass > --substitute-urls to various =E2=80=98guix=E2=80=99 commands. This one was so lame that a solution came to mind, implemented in fb4bf72. So I=E2=80=99m happy to report that this can be used reasonably easily now.= :-) Ludo=E2=80=99.