From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 17 08:17:22 2022 Received: (at submit) by debbugs.gnu.org; 17 Oct 2022 12:17:22 +0000 Received: from localhost ([127.0.0.1]:47681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okP3a-0006i7-Am for submit@debbugs.gnu.org; Mon, 17 Oct 2022 08:17:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:42978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okP3S-0006ht-HS for submit@debbugs.gnu.org; Mon, 17 Oct 2022 08:17:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okP3R-0006bU-Je for guix-patches@gnu.org; Mon, 17 Oct 2022 08:17:14 -0400 Received: from knopi.disroot.org ([178.21.23.139]:50886) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okP3B-0006ER-NS for guix-patches@gnu.org; Mon, 17 Oct 2022 08:17:13 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id BAF444DD4E; Mon, 17 Oct 2022 14:16:53 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pSzyOYwx0LzH; Mon, 17 Oct 2022 14:16:52 +0200 (CEST) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1666009012; bh=dxdJgGQ2z0QijZyIT0mRZf62ge+6xWTIOXmmBbv5UTo=; h=From:To:Cc:Subject:Date; b=AAqunIzi143v5+nmdqIReVVy/Xr5U0DTuOQ1XQkVzCy6f2CbNO+DJUtBdNS8w3ldU xX0LOJn6eIF2BrUsXSeS5yD+rcBXX+9+J82fcxCdA7ZicbPocSdF1qV2t2yf941zBa kZzm71VGLWkW6Y2bfivgGg7z2Cfe8v5l4Dk0tLb5KALvU0w2TVnK+PFiXzhuyksGpT XbwsceWvVXbx/eFdDa+uVfgT4gc7uyWom6FELEHUjSYvqV4HZkk/n9l0jEUNNX2Cwh d02qQutecFpO5/xgz82IGoJacn3rUaTR1hPNeHEneR/JIJ71ff9KdGYsA7HIeDyx+j hiBlvCQ979Psw== To: guix-patches@gnu.org Subject: [PATCH 0/1] scripts: package: Forbid installation of the guix package. Date: Mon, 17 Oct 2022 13:16:42 +0100 Message-Id: <20221017121642.15468-1-paren@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=paren@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_PASS=-0.001, T_SPF_HELO_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: submit Cc: "\(" , Tobias Geerinckx-Rice X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) This patch forbids installation of the ``guix'' package through ``guix package'' et al. It's a wee bit of a hack, but after some discussion on IRC, we seemed to come to the conclusion that this would be the best thing to do, and it will finally fix the long-standing issue with newcomers running ``guix install guix''. ( (1): scripts: package: Forbid installation of the guix package. guix/scripts/package.scm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -- 2.38.0