From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0HIBKmZrJF+OQQAA0tVLHw (envelope-from ) for ; Fri, 31 Jul 2020 19:05:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id OMytJWZrJF+pXgAAbx9fmQ (envelope-from ) for ; Fri, 31 Jul 2020 19:05:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 190F49404D9 for ; Fri, 31 Jul 2020 19:05:10 +0000 (UTC) Received: from localhost ([::1]:50304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1aL6-0006C5-DO for larch@yhetil.org; Fri, 31 Jul 2020 15:05:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38028) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1aL0-0006By-DW for guix-patches@gnu.org; Fri, 31 Jul 2020 15:05:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55330) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k1aL0-000253-4m for guix-patches@gnu.org; Fri, 31 Jul 2020 15:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k1aKz-00044E-UU for guix-patches@gnu.org; Fri, 31 Jul 2020 15:05:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42481] [PATCH 0/2] Printing a more concise build plan Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 31 Jul 2020 19:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42481 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 42481@debbugs.gnu.org Received: via spool by 42481-submit@debbugs.gnu.org id=B42481.159622227315595 (code B ref 42481); Fri, 31 Jul 2020 19:05:01 +0000 Received: (at 42481) by debbugs.gnu.org; 31 Jul 2020 19:04:33 +0000 Received: from localhost ([127.0.0.1]:38643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1aKT-00043P-A4 for submit@debbugs.gnu.org; Fri, 31 Jul 2020 15:04:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1aKN-000438-Ae for 42481@debbugs.gnu.org; Fri, 31 Jul 2020 15:04:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48173) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1aKH-000226-6o; Fri, 31 Jul 2020 15:04:17 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:50256 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1k1aKG-0002In-MY; Fri, 31 Jul 2020 15:04:16 -0400 From: Marius Bakke In-Reply-To: <87y2mzskwm.fsf@gnu.org> References: <20200722214018.32353-1-ludo@gnu.org> <87y2mzskwm.fsf@gnu.org> Date: Fri, 31 Jul 2020 21:03:50 +0200 Message-ID: <87mu3fpkvd.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: 220Ak8CZptpK --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hello Guix! > > Thoughts on this change? > > I think it=E2=80=99s a good idea but I=E2=80=99d be happy to hear what pe= ople think! > > https://issues.guix.gnu.org/42481 I think it looks great. It's good that 'guix build' retains the previous verbosity, and that 'guix upgrade' et.al still prints the profile derivation, but omits the uninteresting stuff. LGTM! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl8kaxYACgkQoqBt8qM6 VPp62ggAiS7N0yxXSuiFfhyP1rA47F7LY7r4trtWn1eTOyv6HFXVW8vNfQ7xbn7p whwsrlj7OG2YZ0Fo5825lR0wZ+Dw6kn3Q4jEQmoTXs5yKU9OJvzf0619wNjgQW44 fAyJi/YU4xWAn8PwLgZjG+wE+2RCkMWzkmcFa/3BVk37lEXV27gJwszNcNEkyH16 ScU+2+N+vlZFPyBhlattzRz7ktu0PdIjISERGyip7ePhrb2toZHErpqZMJCqtA2+ aEfY2R29/JFabZyu3+X8KE3IWMkvjFbjA8UhW+Zo2rrJzWmUVDtr0ib88q8MJh6k hewQD7wzGzGWa7R64n3vqKhD63QwFg== =DGtV -----END PGP SIGNATURE----- --=-=-=--