GNU bug report logs -
#44688
[PATCH] weather: Fix '--substitute-urls'.
Previous Next
Reported by: zimoun <zimon.toutoune <at> gmail.com>
Date: Mon, 16 Nov 2020 16:53:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#44688: [PATCH] weather: Fix '--substitute-urls'.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 44688 <at> debbugs.gnu.org.
--
44688: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44688
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello zimoun,
> * guix/scripts/weather.scm (guix-weather): Fix when substitute-urls
> is a list.
I fixed indentation and pushed as
c2cc5f0a006fd7797039dae24274833118ea7b47.
Thanks,
Mathieu
[Message part 3 (message/rfc822, inline)]
Fixes <https://bugs.gnu.org/44574>.
Reported by Efraim Flashner <efraim <at> 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 <at> gnu.org>
;;; Copyright © 2017 Ricardo Wurmus <rekado <at> elephly.net>
;;; Copyright © 2018 Kyle Meyer <kyle <at> kyleam.com>
+;;; Copyright © 2020 Simon Tournier <zimon.toutoune <at> 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
This bug report was last modified 4 years and 240 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.