From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Substitutes and multiple servers Date: Mon, 20 Jul 2015 13:46:51 -0400 Message-ID: References: <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]:53862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHF9V-0004le-Ry for guix-devel@gnu.org; Mon, 20 Jul 2015 13:47:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHF9Q-0000rE-PK for guix-devel@gnu.org; Mon, 20 Jul 2015 13:46:57 -0400 Received: from mail-la0-f51.google.com ([209.85.215.51]:34177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHF9Q-0000qw-JS for guix-devel@gnu.org; Mon, 20 Jul 2015 13:46:52 -0400 Received: by lahe2 with SMTP id e2so39274973lah.1 for ; Mon, 20 Jul 2015 10:46:51 -0700 (PDT) In-Reply-To: <871tgcx7ia.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel On Mon, Jul 13, 2015 at 2:00 PM, Ludovic Court=C3=A8s wrote: > 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 wil= l not be > confused. > > The next step is obviously to process the whole list of servers when > more than one URL is given. > > Comments welcome. Awesome! This makes 'guix publish' a bit more practical, and supporting multiple substitution servers in the future will really let 'guix publish' shine since you'd be able to use your friend's guix machines to supplement the builds available on hydra.gnu.org. Thanks! - Dave