all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: 34020@debbugs.gnu.org
Subject: [bug#34020] [PATCH 0/2] Re-purpose '--verbosity' to something useful
Date: Wed,  9 Jan 2019 14:31:45 +0100	[thread overview]
Message-ID: <20190109133145.1144-1-ludo@gnu.org> (raw)

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

             reply	other threads:[~2019-01-09 13:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-09 13:31 Ludovic Courtès [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190109133145.1144-1-ludo@gnu.org \
    --to=ludo@gnu.org \
    --cc=34020@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.