From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from eggs.gnu.org ([209.51.188.92]:55464)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1ghunL-0002b5-L6
	for guix-patches@gnu.org; Fri, 11 Jan 2019 06:16:12 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1ghunC-0006vk-H2
	for guix-patches@gnu.org; Fri, 11 Jan 2019 06:16:06 -0500
Received: from debbugs.gnu.org ([209.51.188.43]:55377)
	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 1ghunC-0006vb-CH
	for guix-patches@gnu.org; Fri, 11 Jan 2019 06:16:02 -0500
Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2)
	(envelope-from <Debian-debbugs@debbugs.gnu.org>) id 1ghunC-0002Dv-5N
	for guix-patches@gnu.org; Fri, 11 Jan 2019 06:16:02 -0500
Subject: bug#34020: [PATCH 0/2] Re-purpose '--verbosity' to something useful
Resent-To: guix-patches@gnu.org
Resent-Message-ID: <handler.34020.D34020.15472053468515.done@debbugs.gnu.org>
From: Ludovic =?UTF-8?Q?Court=C3=A8s?= <ludo@gnu.org>
References: <20190109133145.1144-1-ludo@gnu.org> <8736q1qj13.fsf@gnu.org>
Date: Fri, 11 Jan 2019 12:15:41 +0100
In-Reply-To: <8736q1qj13.fsf@gnu.org> (Mike Gerwitz's message of "Wed, 09 Jan
	2019 22:38:16 -0500")
Message-ID: <87fttz8mxu.fsf@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: Mike Gerwitz <mtg@gnu.org>
Cc: 34020-done@debbugs.gnu.org

Hi,

Mike Gerwitz <mtg@gnu.org> skribis:

> On Wed, Jan 09, 2019 at 14:31:45 +0100, Ludovic Court=C3=A8s wrote:
>> These patches re-purposes =E2=80=98--verbosity=E2=80=99 so that it bette=
r matches
>> user expectations.  The previous =E2=80=98--verbosity=E2=80=99 option, w=
hich is
>> about the daemon=E2=80=99s debugging output, is renamed to =E2=80=98--de=
bug=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?
>
> (Just having looked at the patches, without actually trying it out.)
>
> This is much better, thank you!  I was confused by the previous behavior.

Thanks for your feedback, pushed now!

I=E2=80=99ve also adjust =E2=80=98guix archive=E2=80=99, which I had forgot=
ten in the patch I
sent.

Ludo=E2=80=99.