From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59552) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7SRn-0003HF-Cf for guix-patches@gnu.org; Thu, 27 Feb 2020 18:20:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7SRm-0003Tu-El for guix-patches@gnu.org; Thu, 27 Feb 2020 18:20:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7SRm-0003To-B3 for guix-patches@gnu.org; Thu, 27 Feb 2020 18:20:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j7SRm-0006MX-5o for guix-patches@gnu.org; Thu, 27 Feb 2020 18:20:02 -0500 Subject: [bug#39734] [PATCH] scripts: Emit GC hint if free space is lower than absolute and relative threshold. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87lforarw6.fsf@ambrevar.xyz> <20200225102330.4825-1-mail@ambrevar.xyz> Date: Fri, 28 Feb 2020 00:19:15 +0100 In-Reply-To: <20200225102330.4825-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 25 Feb 2020 11:23:30 +0100") Message-ID: <87o8tjaaa4.fsf@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: Pierre Neidhardt Cc: 39734@debbugs.gnu.org Pierre Neidhardt skribis: > * guix/scripts.scm (%disk-space-warning-absolute): New variable. > (warn-about-disk-space): Test against %disk-space-warning-absolute. > Fix error in display-hint due to extraneous 'profile' argument. I pushed a followup as 71c3c3df92375ca9b4bd28b2be90dda67288fa5c, fixing a couple of issues we had overlooked. Ludo=E2=80=99.