guix-commits
[Top][All Lists]
Advanced

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

08/09: scripts: GC hint suggests 'guix gc -d 1m'.


From: guix-commits
Subject: 08/09: scripts: GC hint suggests 'guix gc -d 1m'.
Date: Wed, 10 Apr 2019 11:17:51 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9c074f61ef1883ae01fcb9daa0c199c46b1ea584
Author: Ludovic Courtès <address@hidden>
Date:   Sat Apr 6 23:19:36 2019 +0200

    scripts: GC hint suggests 'guix gc -d 1m'.
    
    * guix/scripts.scm (warn-about-disk-space): Suggest 'guix gc -d'.
---
 guix/scripts.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/guix/scripts.scm b/guix/scripts.scm
index e4b11d2..77cbf12 100644
--- a/guix/scripts.scm
+++ b/guix/scripts.scm
@@ -201,16 +201,12 @@ available."
     (when (< ratio threshold)
       (warning (G_ "only ~,1f% of free space available on ~a~%")
                (* ratio 100) (%store-prefix))
-      (if profile
-          (display-hint (format #f (G_ "Consider deleting old profile
+      (display-hint (format #f (G_ "Consider deleting old profile
 generations and collecting garbage, along these lines:
 
 @example
-guix package -p ~s --delete-generations=1m
-guix gc
+guix gc --delete-generations=1m
 @end example\n")
-                                profile))
-          (display-hint (G_ "Consider running @command{guix gc} to free
-space."))))))
+                            profile)))))
 
 ;;; scripts.scm ends here



reply via email to

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