all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34020] [PATCH 0/2] Re-purpose '--verbosity' to something useful
@ 2019-01-09 13:31 Ludovic Courtès
  2019-01-09 13:33 ` [bug#34020] [PATCH 1/2] status: Add 'with-status-verbosity' Ludovic Courtès
  2019-01-10  3:38 ` [bug#34020] [PATCH 0/2] Re-purpose '--verbosity' to something useful Mike Gerwitz
  0 siblings, 2 replies; 8+ messages in thread
From: Ludovic Courtès @ 2019-01-09 13:31 UTC (permalink / raw)
  To: 34020

Hello Guix!

These patches re-purposes ‘--verbosity’ so that it better matches
user expectations.  The previous ‘--verbosity’ option, which is
about the daemon’s debugging output, is renamed to ‘--debug’.
In addition, ‘--verbosity’ now has a shorthand ‘-v’.

Most commands that build stuff support -v/--verbosity so users can
easily override the default verbosity level.

Thoughts?

Thanks,
Ludo’.

Ludovic Courtès (2):
  status: Add 'with-status-verbosity'.
  guix build: Re-purpose '--verbosity' and add '--debug'.

 .dir-locals.el                 |   1 +
 build-aux/run-system-tests.scm |   4 +-
 doc/guix.texi                  |  30 +++++---
 guix/scripts/build.scm         | 134 +++++++++++++++++----------------
 guix/scripts/environment.scm   |  14 +++-
 guix/scripts/pack.scm          |  14 +++-
 guix/scripts/package.scm       |  23 ++++--
 guix/scripts/pull.scm          |  12 ++-
 guix/scripts/system.scm        |  18 +++--
 guix/status.scm                |  17 ++++-
 10 files changed, 165 insertions(+), 102 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-01-13 21:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-09 13:31 [bug#34020] [PATCH 0/2] Re-purpose '--verbosity' to something useful Ludovic Courtès
2019-01-09 13:33 ` [bug#34020] [PATCH 1/2] status: Add 'with-status-verbosity' Ludovic Courtès
2019-01-09 13:33   ` [bug#34020] [PATCH 2/2] guix build: Re-purpose '--verbosity' and add '--debug' Ludovic Courtès
2019-01-10  3:38 ` [bug#34020] [PATCH 0/2] Re-purpose '--verbosity' to something useful Mike Gerwitz
2019-01-11 11:15   ` bug#34020: " Ludovic Courtès
2019-01-11 14:02     ` ng0
2019-01-13 20:55       ` Ludovic Courtès
2019-01-13 21:01         ` ng0

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.