unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44688] [PATCH] weather: Fix '--substitute-urls'.
@ 2020-11-16 16:51 zimoun
  2020-11-25 10:56 ` bug#44688: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: zimoun @ 2020-11-16 16:51 UTC (permalink / raw)
  To: 44688; +Cc: zimoun

Fixes <https://bugs.gnu.org/44574>.
Reported by Efraim Flashner <efraim@flashner.co.il>.

* guix/scripts/weather.scm (guix-weather): Fix when substitute-urls
is a list.
---
 guix/scripts/weather.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/weather.scm b/guix/scripts/weather.scm
index 6a2582c997..c6ae4212de 100644
--- a/guix/scripts/weather.scm
+++ b/guix/scripts/weather.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2018 Kyle Meyer <kyle@kyleam.com>
+;;; Copyright © 2020 Simon Tournier <zimon.toutoune@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,6 +31,7 @@
   #:use-module (guix grafts)
   #:use-module (guix gexp)
   #:use-module ((guix build syscalls) #:select (terminal-columns))
+  #:use-module ((guix build utils) #:select (every*))
   #:use-module (guix scripts substitute)
   #:use-module (guix http-client)
   #:use-module (guix ci)
@@ -540,7 +542,7 @@ SERVER.  Display information for packages with at least THRESHOLD dependents."
                                     (package-outputs packages system))
                                   systems))))))
         (exit
-         (every (lambda (server)
+         (every* (lambda (server)
                   (define coverage
                     (report-server-coverage server items
                                             #:display-missing?

base-commit: 243512d984e1b870d3b77b2759698a64ed723fea
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#44688: [PATCH] weather: Fix '--substitute-urls'.
  2020-11-16 16:51 [bug#44688] [PATCH] weather: Fix '--substitute-urls' zimoun
@ 2020-11-25 10:56 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-11-25 10:56 UTC (permalink / raw)
  To: zimoun; +Cc: 44688-done


Hello zimoun,

> * guix/scripts/weather.scm (guix-weather): Fix when substitute-urls
> is a list.

I fixed indentation and pushed as
c2cc5f0a006fd7797039dae24274833118ea7b47.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-25 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-16 16:51 [bug#44688] [PATCH] weather: Fix '--substitute-urls' zimoun
2020-11-25 10:56 ` bug#44688: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).