From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMs9V-0003PC-9u for guix-patches@gnu.org; Wed, 14 Nov 2018 05:12:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMs9S-0006yK-5c for guix-patches@gnu.org; Wed, 14 Nov 2018 05:12:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46699) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gMs9S-0006yD-2O for guix-patches@gnu.org; Wed, 14 Nov 2018 05:12:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gMs9R-0003OK-S5 for guix-patches@gnu.org; Wed, 14 Nov 2018 05:12:01 -0500 Subject: [bug#33376] fixes related to 'guix publish' being run without the '--cache' option Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMs8Q-0003DT-02 for guix-patches@gnu.org; Wed, 14 Nov 2018 05:10:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMs8M-0006K6-Nd for guix-patches@gnu.org; Wed, 14 Nov 2018 05:10:57 -0500 Received: from mail.lassieur.org ([83.152.10.219]:35326) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gMs8M-0006Hx-DA for guix-patches@gnu.org; Wed, 14 Nov 2018 05:10:54 -0500 Received: from newt (smtp.parrot.biz [62.23.167.188]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id b32c6636 (TLSv1.2:ECDHE-RSA-CHACHA20-POLY1305:256:NO) for ; Wed, 14 Nov 2018 10:10:51 +0000 (UTC) From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Wed, 14 Nov 2018 11:10:51 +0100 Message-ID: <87o9asezpw.fsf@lassieur.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: 33376@debbugs.gnu.org Hi, These two patches fix some issues I have when using 'guix publish' without the '--cache' option. The first fixes a crash. The second makes sure the last display is not a 0B display, which is annoying because it's the only one that remains on the screen. Cheers, Cl=C3=A9ment