bug#57978: [PATCH 2/2] substitute: Retry downloading when a nar is unavailable.

2022-09-24 Thread Ludovic Courtès
Hi! zimoun skribis: >> + (with-narinfo* >> + (string-append %narinfo "Signature: " >> + (signature-field >> + %narinfo >> + #:public-key %wrong-public-key)) >> + %main-substitute-directory >> + >> +(with-http-server

bug#57978: [PATCH 2/2] substitute: Retry downloading when a nar is unavailable.

2022-09-23 Thread zimoun
Hi, On ven., 23 sept. 2022 at 08:19, Ludovic Courtès wrote: > Fixes > Reported by Attila Lendvai . > > Previously, if a narinfo was available but its corresponding nar was > missing (for instance because the narinfo was cached and the server > became

bug#57978: [PATCH 2/2] substitute: Retry downloading when a nar is unavailable.

2022-09-23 Thread Ludovic Courtès
Fixes Reported by Attila Lendvai . Previously, if a narinfo was available but its corresponding nar was missing (for instance because the narinfo was cached and the server became unreachable in the meantime), 'guix substitute --substitute' would try to download