[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: scripts/substitute: Refine 'updating substitutes' message.
From: |
guix-commits |
Subject: |
01/06: scripts/substitute: Refine 'updating substitutes' message. |
Date: |
Wed, 18 Dec 2024 02:28:44 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit dc3b526bad2f865b407580888f9b90afacac818f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Dec 15 15:49:46 2024 +0900
scripts/substitute: Refine 'updating substitutes' message.
* guix/scripts/substitute.scm (process-query): Attempt to precise the
'update
substitutes' message.
Suggested-by: Tobias Geerinckx-Rice <me@tobias.gr>
Reported-by: Felix Lechner <felix.lechner@lease-up.com>
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I7b3f93f32b73a6a6175a035a09ab51a6e74e384b
---
guix/scripts/substitute.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm
index 8db730a9c0..ab18104e0a 100755
--- a/guix/scripts/substitute.scm
+++ b/guix/scripts/substitute.scm
@@ -328,7 +328,7 @@ authorized substitutes."
(erase-current-line (current-error-port)) ;erase current line
(force-output (current-error-port))
(format (current-error-port)
- (G_ "updating substitutes from '~a'... ~5,1f%")
+ (G_ "looking for substitutes on '~a'... ~5,1f%")
url (* 100. (/ done total)))
(set! done (+ 1 done)))
- branch master updated (0a5b060be1 -> 78c4d00ab0), guix-commits, 2024/12/18
- 01/06: scripts/substitute: Refine 'updating substitutes' message.,
guix-commits <=
- 06/06: gnu: glibc: Graft with fix for CVE-2024-2961., guix-commits, 2024/12/18
- 03/06: gnu: openpmix: Fix indentation., guix-commits, 2024/12/18
- 04/06: gnu: openpmix: Do not install HTML documentation., guix-commits, 2024/12/18
- 05/06: gnu: openmpi-5: Streamline source and do not install HTML doc., guix-commits, 2024/12/18
- 02/06: gnu: openpmix: Enable Python bindings., guix-commits, 2024/12/18