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

2015-07-07 Thread Ludovic Courtès
Andy Patterson skribis: >> 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

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 g

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

2015-07-06 Thread Ludovic Courtès
not consumed directly, that’s OK.) > From 633c491e2dad4c3a70eb045177c17bd2552d63f3 Mon Sep 17 00:00:00 2001 > From: Andy Patterson > Date: Sun, 5 Jul 2015 19:34:05 -0400 > Subject: [PATCH] scripts: substitute: Avoid infinite looping when updating the > substitute list > > * g

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

2015-07-05 Thread Andy Patterson
] scripts: 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/s