guix-commits
[Top][All Lists]
Advanced

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

branch master updated: scripts: system: Default to -v3 when building a s


From: guix-commits
Subject: branch master updated: scripts: system: Default to -v3 when building a system.
Date: Sun, 11 Apr 2021 22:14:52 -0400

This is an automated email from the git hooks/post-receive script.

mhw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e18e2e4  scripts: system: Default to -v3 when building a system.
e18e2e4 is described below

commit e18e2e458fe584ee9eaeca40adbdcef895d32abf
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Fri Apr 9 23:19:05 2021 -0400

    scripts: system: Default to -v3 when building a system.
    
    This is a followup to 8f9052d5434a3a11e7b4ff14d6b0090256e08aa4.
    
    * guix/scripts/system.scm (verbosity-level): Change the default
    from 2 to 3 when building a system.
---
 guix/scripts/system.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index c226f08..0a051ee 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -1145,7 +1145,7 @@ Some ACTIONS support additional ARGS.\n"))
   "Return the verbosity level based on OPTS, the alist of parsed options."
   (or (assoc-ref opts 'verbosity)
       (if (eq? (assoc-ref opts 'action) 'build)
-          2 1)))
+          3 1)))
 
 
 ;;;



reply via email to

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