mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
scripts: system: Default to -v3 when building a system.
This is a followup to 8f9052d543.
* guix/scripts/system.scm (verbosity-level): Change the default
from 2 to 3 when building a system.
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
;;;
|
||||
|
||||
Reference in New Issue
Block a user