From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: guix pull package output truncated Date: Wed, 17 Apr 2019 23:11:34 +0200 Message-ID: <87h8aw72wp.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGrqC-0008IM-EZ for help-guix@gnu.org; Wed, 17 Apr 2019 17:11:37 -0400 In-Reply-To: (mikadozero@yandex.com's message of "Sat, 13 Apr 2019 08:59:30 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: mikadoZero Cc: help-guix Hello! mikadoZero skribis: > Recently the output of guix pull has changed. It no longer gives the > complete output for the "New in this revision" section. For the record, I did that after seeing that, when you don=E2=80=99t upgrade every two days or so, your screen could easily be filled by tens of lines of packages. > Is there a flag I can pass to guix pull to turn off this truncation. I > found it informative to be able to see all the packages that were being > added and upgraded and would like to continue to be able to see all the > packages. There=E2=80=99s currently no flag to change this behavior. Instead, you ha= ve to run =E2=80=98guix pull -l=E2=80=99 but it=E2=80=99s arguably not very conve= nient. Perhaps we could add an environment variable specifying whether/how to truncate? I=E2=80=99d keep the default as it is now. Thoughts? Ludo=E2=80=99.