From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Substitutes and multiple servers Date: Mon, 13 Jul 2015 20:00:29 +0200 Message-ID: <871tgcx7ia.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]:48520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEi1r-0007vr-Mk for guix-devel@gnu.org; Mon, 13 Jul 2015 14:00:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZEi1o-00017J-DC for guix-devel@gnu.org; Mon, 13 Jul 2015 14:00:35 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZEi1o-000179-Ay for guix-devel@gnu.org; Mon, 13 Jul 2015 14:00:32 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:49838 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZEi1n-0004c8-Mi for guix-devel@gnu.org; Mon, 13 Jul 2015 14:00:32 -0400 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 Hi! Starting from commit 895d1ed, one can fearlessly use multiple substitute servers (specified via --substitute-urls), but currently only one at a time. That is, one can do: guix build --substitute-urls=3Dhttp://hydra.gnu.org foo and later: guix build --substitute-urls=3Dhttp://hydra.example.org bar and then switch back and so on, and =E2=80=98guix substitute=E2=80=99 will = not be confused. The next step is obviously to process the whole list of servers when more than one URL is given. Comments welcome. Ludo=E2=80=99.