guix-commits
[Top][All Lists]
Advanced

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

08/08: substitute: Do not display the installed size.


From: Ludovic Courtès
Subject: 08/08: substitute: Do not display the installed size.
Date: Fri, 2 Jun 2017 12:48:17 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 36a9d3f10da3811c66c3e379e20381728c368a3b
Author: Ludovic Courtès <address@hidden>
Date:   Wed May 31 15:28:07 2017 +0200

    substitute: Do not display the installed size.
    
    * guix/scripts/substitute.scm (process-substitution): Do not show the
    installed size in the "Downloading" message.
---
 guix/scripts/substitute.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/guix/scripts/substitute.scm b/guix/scripts/substitute.scm
index 4ee15ba..71f3003 100755
--- a/guix/scripts/substitute.scm
+++ b/guix/scripts/substitute.scm
@@ -874,15 +874,7 @@ DESTINATION as a nar file.  Verify the substitute against 
ACL."
     (format #t "~a~%" (narinfo-hash narinfo))
 
     (format (current-error-port)
-            ;; TRANSLATORS: The second part of this message looks like
-            ;; "(4.1MiB installed)"; it shows the size of the package once
-            ;; installed.
-            (G_ "Downloading ~a~:[~*~; (~a installed)~]...~%")
-            (uri->string uri)
-            ;; Use the Nar size as an estimate of the installed size.
-            (narinfo-size narinfo)
-            (and=> (narinfo-size narinfo)
-                   (cute byte-count->string <>)))
+            (G_ "Downloading ~a...~%") (uri->string uri))
     (let*-values (((raw download-size)
                    ;; Note that Hydra currently generates Nars on the fly
                    ;; and doesn't specify a Content-Length, so



reply via email to

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