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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D42FF158012 for ; Mon, 12 Sep 2022 06:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBD70E08EF; Mon, 12 Sep 2022 06:21:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6ACAE08EF for ; Mon, 12 Sep 2022 06:21:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A69DC340E08 for ; Mon, 12 Sep 2022 06:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F03D85D3 for ; Mon, 12 Sep 2022 06:20:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662635674.efdb4d5651d07ff760abbf5067d1662ea4885cf2.mgorny@gentoo> Subject: [gentoo-commits] data/glep:master commit in: / X-VCS-Repository: data/glep X-VCS-Files: glep-0074.rst X-VCS-Directories: / X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: efdb4d5651d07ff760abbf5067d1662ea4885cf2 X-VCS-Branch: master Date: Mon, 12 Sep 2022 06:20:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef38cb3b-fd40-4e5e-8669-9b7e482c6810 X-Archives-Hash: a583f86d50001bb8dac406d7130625db commit: efdb4d5651d07ff760abbf5067d1662ea4885cf2 Author: Michał Górny gentoo org> AuthorDate: Thu Sep 8 08:05:26 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Sep 8 11:14:34 2022 +0000 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=efdb4d56 glep-0074: Clearly indicate that top-level Manifest is not listed Make it clear that the top-level Manifest is not verified through itself or other Manifests, and should not be explicitly listed in IGNORE. Signed-off-by: Michał Górny gentoo.org> glep-0074.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glep-0074.rst b/glep-0074.rst index 1005f85..0ce7baf 100644 --- a/glep-0074.rst +++ b/glep-0074.rst @@ -109,8 +109,9 @@ of specific files and directories (recursively): 3. using names starting with a dot (``.``) which are always skipped. -All files that are not ignored must be covered by at least one -of the Manifests. +The top-level Manifest is skipped implicitly and it is an error to list +it in Manifest files. All remaining files that are not ignored must +be covered by at least one of the Manifests. A single file may be matched by multiple identical or equivalent Manifest entries, if and only if the entries have the same semantics,