Re: [PATCH] scripts: substitute: Avoid infinite looping when updating the substitute list

2015-07-06 Thread Andy Patterson
Hi Ludo, Did you observe the problem when connecting to hydra.gnu.org, or was it another server? Did you have a way to reproduce it? I was only connecting to hydra.gnu.org, and was using a default setup. First I used the install image, and then on my current setup with a version built from

Re: [PATCH] scripts: substitute: Avoid infinite looping when updating the substitute list

2015-07-06 Thread Ludovic Courtès
Mon Sep 17 00:00:00 2001 From: Andy Patterson ajpat...@uwaterloo.ca Date: Sun, 5 Jul 2015 19:34:05 -0400 Subject: [PATCH] scripts: substitute: Avoid infinite looping when updating the substitute list * guix/scripts/substitute.scm (http-multiple-get): Make use of the current response

[PATCH] scripts: substitute: Avoid infinite looping when updating the substitute list

2015-07-05 Thread Andy Patterson
: substitute: Avoid infinite looping when updating the substitute list * guix/scripts/substitute.scm (http-multiple-get): Make use of the current response before reconnecting. --- guix/scripts/substitute.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guix/scripts