bug#41878: 'guix substitute' and 'guix pull' fail gracelessly on flaky networks

2025-03-18 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi, > > Quinten Gruenthal skribis: > >> Yes and yes. I didn't state explicitly that it was a problem with my >> network only because I didn't want to appear overconfident in my amateur >> diagnosis and I definitely prefer the second error message to the one

bug#41878: 'guix substitute' and 'guix pull' fail gracelessly on flaky networks

2020-09-11 Thread zimoun
Dear, On Sun, 30 Aug 2020 at 20:06, Brendan Tildesley wrote: > I have not looked closely but from observation I think currently guix first > decides if it is going to commit to using a substitute, or falling back to > building locally, by checking if substitutes are available then committing to >

bug#41878: 'guix substitute' and 'guix pull' fail gracelessly on flaky networks

2020-08-30 Thread Brendan Tildesley
I have not looked closely but from observation I think currently guix first decides if it is going to commit to using a substitute, or falling back to building locally, by checking if substitutes are available then committing to a method. This differs from the concept of a fallback in my head,