From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BC1E138350 for ; Mon, 20 Jan 2020 03:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF2EAE0A03; Mon, 20 Jan 2020 03:44:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 60068E09F6 for ; Mon, 20 Jan 2020 03:44:02 +0000 (UTC) Received: from localhost.localdomain (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1201734E2B9 for ; Mon, 20 Jan 2020 03:44:00 +0000 (UTC) From: Michael Orlitzky To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] [PATCH 1/2] install-qa-check.d: disallow "nix" and "gnu" as top-level paths. Date: Sun, 19 Jan 2020 22:43:49 -0500 Message-Id: <20200120034350.27108-2-mjo@gentoo.org> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200120034350.27108-1-mjo@gentoo.org> References: <20200120034350.27108-1-mjo@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: f41d0548-5d39-4eb6-bac0-7511ccc8447f X-Archives-Hash: d66001d46e17dc8cd29b3ee4e7c2c75c These exceptions were made for the sys-apps/nix and sys-apps/guix packages that are no longer in the tree. --- metadata/install-qa-check.d/08gentoo-paths | 2 -- 1 file changed, 2 deletions(-) diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths index e6cd7e67442..5161aef9922 100644 --- a/metadata/install-qa-check.d/08gentoo-paths +++ b/metadata/install-qa-check.d/08gentoo-paths @@ -17,8 +17,6 @@ gentoo_path_check() { local allowed_paths_toplevel=( "${allowed_common_dirs[@]}" boot dev etc opt srv usr var - nix # sys-apps/nix, bug #670902 - gnu # sys-apps/guix, bug #670902 ) # directories in /usr which can be installed to by ebuilds -- 2.24.1