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 IGpqM7A60V5gdAAA0tVLHw (envelope-from ) for ; Fri, 29 May 2020 16:39:12 +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 GLcpL7A60V4nAwAAbx9fmQ (envelope-from ) for ; Fri, 29 May 2020 16:39:12 +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 513AE94042C for ; Fri, 29 May 2020 16:39:12 +0000 (UTC) Received: from localhost ([::1]:37876 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jei2I-0008GX-Oz for larch@yhetil.org; Fri, 29 May 2020 12:39:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33770) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jei2B-0008FI-H4 for guix-patches@gnu.org; Fri, 29 May 2020 12:39:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44413) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jei2B-00064e-6Q for guix-patches@gnu.org; Fri, 29 May 2020 12:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jei2B-0004N3-4M for guix-patches@gnu.org; Fri, 29 May 2020 12:39:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41538] [PATCH] guix scripts: Mention Guix checkouts + gcroots/auto when warning about disk space. Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 29 May 2020 16:39:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41538 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 41538@debbugs.gnu.org Received: via spool by 41538-submit@debbugs.gnu.org id=B41538.159077030216719 (code B ref 41538); Fri, 29 May 2020 16:39:03 +0000 Received: (at 41538) by debbugs.gnu.org; 29 May 2020 16:38:22 +0000 Received: from localhost ([127.0.0.1]:55954 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jei1W-0004Lb-2K for submit@debbugs.gnu.org; Fri, 29 May 2020 12:38:22 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:41901) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jei1U-0004LP-Aq for 41538@debbugs.gnu.org; Fri, 29 May 2020 12:38:20 -0400 X-Originating-IP: 78.248.96.161 Received: from mimimi (mqu44-1-78-248-96-161.fbx.proxad.net [78.248.96.161]) (Authenticated sender: mail@ambrevar.xyz) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 195AE40005; Fri, 29 May 2020 16:38:13 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <87imgf3qfw.fsf@gnu.org> References: <20200526132219.27748-1-mail@ambrevar.xyz> <874krzagy6.fsf@gnu.org> <87wo4vf5sy.fsf@ambrevar.xyz> <87imgf3qfw.fsf@gnu.org> Date: Fri, 29 May 2020 18:38:13 +0200 Message-ID: <87367ig0i2.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -0.2 (/) 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: sI4wEaHfgMYY --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: >> What about adding "if you have root privileges"? > > We could do that, but again people on =E2=80=9Cforeign distros=E2=80=9D e= tc. could be > confused and overwhelmed. I=E2=80=99d lean towards keeping it concise. So what about "# if it applies" instead? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl7ROnUACgkQm9z0l6S7 zH90ZAf8CbJnjC3+jV12oXj2ZBlVJJBZRcqvODx8UzcHmKdtJOx0ZxKjhlrp3OBo 3D1LWSAPVO3LNhmsecenyMHPSKpCBvHnXXP7D15e4V7T0jz7FTXe3f2axfVxg0I5 Isxq/SGo5ssgCVE/5yMOyqkRS7UU7fwcicNcZqu0vYWg0KzBYYnwTzemSBLUYDLo P/ddvrvuY2Q7VFrj3vz8edtvKsHB5hWS4jflTPgToCGyUJ8fEr8HE/Pf6AgP7TYD 1lI+OfHKTH+YEp0x73ntdicXdYv85WJsgGUs4vfRd/PBleT41RFXYQZc9CuNOlwo eVV05YCy1SEggaBjw66rOfwM+UNEgg== =aT6l -----END PGP SIGNATURE----- --=-=-=--