guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Substitutes and multiple servers


From: Ludovic Courtès
Subject: Substitutes and multiple servers
Date: Mon, 13 Jul 2015 20:00:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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=http://hydra.gnu.org foo

and later:

  guix build --substitute-urls=http://hydra.example.org bar

and then switch back and so on, and ‘guix substitute’ 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]