guix-commits
[Top][All Lists]
Advanced

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

06/06: pull: Default to verbosity level 1.


From: guix-commits
Subject: 06/06: pull: Default to verbosity level 1.
Date: Tue, 29 Jan 2019 06:10:03 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2790b6670b60a5f541df4d01afac6bf9335a5252
Author: Ludovic Courtès <address@hidden>
Date:   Sun Jan 27 18:16:25 2019 +0100

    pull: Default to verbosity level 1.
    
    * guix/scripts/pull.scm (%default-options): Change 'verbosity to 1.
---
 guix/scripts/pull.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 6cecf8c..683ab3f 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -69,7 +69,7 @@
     (multiplexed-build-output? . #t)
     (graft? . #t)
     (debug . 0)
-    (verbosity . 2)))
+    (verbosity . 1)))
 
 (define (show-help)
   (display (G_ "Usage: guix pull [OPTION]...



reply via email to

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