On 2022-10-17 09:39, Mathieu Othacehe wrote: > Hello Andrew, > >>> + (false-if-exception >>> + (= (response-code >>> + (http-request "https://ci.guix.gnu.org")) >>> + 200)) >>> + (false-if-exception >>> + (= (response-code >>> + (http-request "https://bordeaux.guix.gnu.org")) >>> + 200)))) > > Thanks for taking care of this patch. I think the following part could > be factorized: > > (define (url-alive? url) > (false-if-exception > (= (response-code > (http-request url)) > 200))) > > also, the indentation is wrong. Could you please fix it? Thank you for the idea, pushed the change. -- Best regards, Andrew Tropin