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 2B5A81396DA for ; Tue, 17 Oct 2017 09:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35EE5E0F00; Tue, 17 Oct 2017 09:41:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 12734E0F00 for ; Tue, 17 Oct 2017 09:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4BF033BE68 for ; Tue, 17 Oct 2017 09:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BEC9312 for ; Tue, 17 Oct 2017 09:41:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1507812076.3821ea48319116532d72cf65f08a8cca9428056c.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: metadata-cache.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3821ea48319116532d72cf65f08a8cca9428056c X-VCS-Branch: master Date: Tue, 17 Oct 2017 09:41:27 +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-Archives-Salt: e10bfd75-600b-46f3-9e9a-9378692edbfb X-Archives-Hash: 2bfc754403a0fd5bded33cc3f5491b77 commit: 3821ea48319116532d72cf65f08a8cca9428056c Author: Ulrich Müller gentoo org> AuthorDate: Thu Oct 12 12:41:16 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Oct 12 12:41:16 2017 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3821ea48 metadata-cache: Correct directory path. This should be metadata/cache rather than profiles/metadata/cache. The correct path is already mentioned in section "Tree Layout" / "The Metadata Directory". Fixes: ef961a6f9b91fc0e4ff41da84a3f92888c13d116 metadata-cache.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata-cache.tex b/metadata-cache.tex index 80018e4..ed0fa89 100644 --- a/metadata-cache.tex +++ b/metadata-cache.tex @@ -3,9 +3,9 @@ \section{Directory Contents} -The \t{profiles/metadata/cache} directory, if it exists, contains directories whose names are the -same as categories in the repository. Each subdirectory may optionally contain one file per package -version in that category, named \t{-}, in the format described below. +The \t{metadata/cache} directory, if it exists, contains directories whose names are the same as +categories in the repository. Each subdirectory may optionally contain one file per package version +in that category, named \t{-}, in the format described below. The metadata cache may be incomplete or non-existent, and may contain additional bogus entries.