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 ) 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 ) 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 ) 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 ) 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: Received: from eggs.gnu.org ([209.51.188.92]:52474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) 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 ) 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?= 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: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" 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