From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from eggs.gnu.org ([209.51.188.92]:52737)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1ghDyi-0002lm-8W
	for guix-patches@gnu.org; Wed, 09 Jan 2019 08:33:05 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1ghDyg-0001nO-KG
	for guix-patches@gnu.org; Wed, 09 Jan 2019 08:33:03 -0500
Received: from debbugs.gnu.org ([209.51.188.43]:51605)
	by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16)
	(Exim 4.71) (envelope-from <Debian-debbugs@debbugs.gnu.org>)
	id 1ghDyg-0001nC-H5
	for guix-patches@gnu.org; Wed, 09 Jan 2019 08:33:02 -0500
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1ghDyg-0005LJ-Bt
	for guix-patches@gnu.org; Wed, 09 Jan 2019 08:33:02 -0500
Subject: [bug#34020] [PATCH 0/2] Re-purpose '--verbosity' to something useful
Resent-Message-ID: <handler.34020.B.154704072520470@debbugs.gnu.org>
Received: from eggs.gnu.org ([209.51.188.92]:52474)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <ludo@gnu.org>) id 1ghDxc-00026s-Il
	for guix-patches@gnu.org; Wed, 09 Jan 2019 08:31:57 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <ludo@gnu.org>) id 1ghDxa-00008R-Vu
	for guix-patches@gnu.org; Wed, 09 Jan 2019 08:31:56 -0500
From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@gnu.org>
Date: Wed,  9 Jan 2019 14:31:45 +0100
Message-Id: <20190109133145.1144-1-ludo@gnu.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
List-Id: <guix-patches.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-patches>,
	<mailto:guix-patches-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/guix-patches/>
List-Post: <mailto:guix-patches@gnu.org>
List-Help: <mailto:guix-patches-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-patches>,
	<mailto:guix-patches-request@gnu.org?subject=subscribe>
Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org
Sender: "Guix-patches" <guix-patches-bounces+kyle=kyleam.com@gnu.org>
To: 34020@debbugs.gnu.org

Hello Guix!

These patches re-purposes =E2=80=98--verbosity=E2=80=99 so that it better=
 matches
user expectations.  The previous =E2=80=98--verbosity=E2=80=99 option, wh=
ich is
about the daemon=E2=80=99s debugging output, is renamed to =E2=80=98--deb=
ug=E2=80=99.
In addition, =E2=80=98--verbosity=E2=80=99 now has a shorthand =E2=80=98-=
v=E2=80=99.

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

Thoughts?

Thanks,
Ludo=E2=80=99.

Ludovic Court=C3=A8s (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(-)

--=20
2.20.1