From 62c1b0b7440c030fadcdc793b4b474241c377f37 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 17 Mar 2021 15:05:34 +0100 Subject: import: gnome: Silence URL redirect messages. * guix/import/gnome.scm (latest-gnome-release): Pass #:log-port to 'http-fetch/cached'. --- guix/import/gnome.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guix/import/gnome.scm b/guix/import/gnome.scm index c0ee1bfa5d..43966c1028 100644 --- a/guix/import/gnome.scm +++ b/guix/import/gnome.scm @@ -83,7 +83,10 @@ not be determined." ;; ftp.gnome.org supports 'if-Modified-Since', so the local ;; cache can expire early. - #:ttl (* 60 10))) + #:ttl (* 60 10) + + ;; Hide messages about URL redirects. + #:log-port (%make-void-port "w"))) (json (json->scm port))) (close-port port) (match json -- cgit v1.2.3