emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44688: closed ([PATCH] weather: Fix '--substitute-urls'.)


From: GNU bug Tracking System
Subject: bug#44688: closed ([PATCH] weather: Fix '--substitute-urls'.)
Date: Wed, 25 Nov 2020 10:57:02 +0000

Your message dated Wed, 25 Nov 2020 11:56:41 +0100
with message-id <87a6v5n1qu.fsf@gnu.org>
and subject line Re: [bug#44688] [PATCH] weather: Fix '--substitute-urls'.
has caused the debbugs.gnu.org bug report #44688,
regarding [PATCH] weather: Fix '--substitute-urls'.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44688: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44688
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] weather: Fix '--substitute-urls'. Date: Mon, 16 Nov 2020 17:51:51 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44688] [PATCH] weather: Fix '--substitute-urls'. Date: Wed, 25 Nov 2020 11:56:41 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello zimoun,

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

I fixed indentation and pushed as
c2cc5f0a006fd7797039dae24274833118ea7b47.

Thanks,

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]