Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/install-qa-check.d/
Date: Mon, 20 Jan 2020 20:45:49
Message-Id: 1579553025.48735f318b6509fe5bc80f9b5d2a298f9cef5d73.mjo@gentoo
1 commit: 48735f318b6509fe5bc80f9b5d2a298f9cef5d73
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 20 01:02:08 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 20 20:43:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48735f31
7
8 install-qa-check.d: disallow "nix" and "gnu" as top-level paths.
9
10 These exceptions were made for the sys-apps/nix and sys-apps/guix
11 packages that are no longer in the tree.
12
13 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
14
15 metadata/install-qa-check.d/08gentoo-paths | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/metadata/install-qa-check.d/08gentoo-paths b/metadata/install-qa-check.d/08gentoo-paths
19 index e6cd7e67442..5161aef9922 100644
20 --- a/metadata/install-qa-check.d/08gentoo-paths
21 +++ b/metadata/install-qa-check.d/08gentoo-paths
22 @@ -17,8 +17,6 @@ gentoo_path_check() {
23 local allowed_paths_toplevel=(
24 "${allowed_common_dirs[@]}"
25 boot dev etc opt srv usr var
26 - nix # sys-apps/nix, bug #670902
27 - gnu # sys-apps/guix, bug #670902
28 )
29
30 # directories in /usr which can be installed to by ebuilds