Re: Substitutes from multiple server

2015-10-28 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Unfortunately, due to , the daemon’s > --substitute-urls is overridden by clients, so you really have to pass > --substitute-urls to various ‘guix’ commands. This one was so lame that a solution came to mind, implemented in fb4b

Re: Substitutes from multiple server

2015-10-28 Thread Thompson, David
On Wed, Oct 28, 2015 at 7:14 AM, Ludovic Courtès wrote: > It’s now possible to really use multiple substitute servers, as in: > > guix build foo --substitute-urls='http://example.org http://hydra.gnu.org' > > Here Guix first looks for substitutes at example.org, and then falls > back to gnu.org

Substitutes from multiple server

2015-10-28 Thread Ludovic Courtès
It’s now possible to really use multiple substitute servers, as in: guix build foo --substitute-urls='http://example.org http://hydra.gnu.org' Here Guix first looks for substitutes at example.org, and then falls back to gnu.org for those that were not found. The basics were in place but commit