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 1451E158094 for ; Thu, 8 Sep 2022 08:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC12BE09A8; Thu, 8 Sep 2022 08:33:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B474AE09A5 for ; Thu, 8 Sep 2022 08:33:14 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 2/4] glep-0074: Clearly indicate that top-level Manifest is not listed Date: Thu, 8 Sep 2022 10:33:01 +0200 Message-Id: <20220908083303.4793-3-mgorny@gentoo.org> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220908083303.4793-1-mgorny@gentoo.org> References: <20220908083303.4793-1-mgorny@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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: f0f597f4-dce6-4ef9-ad22-7efa76bc4f72 X-Archives-Hash: d006cfbdc84883e8f8680ac62b954876 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 --- glep-0074.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glep-0074.rst b/glep-0074.rst index 80a63a1..0117c4b 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 the 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, -- 2.37.3