Gentoo Archives: gentoo-pms

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-pms@l.g.o
Subject: [gentoo-pms] [PATCH] metadata-cache: Correct directory path.
Date: Thu, 12 Oct 2017 12:46:36
Message-Id: 23007.25636.755268.844285@a1i15.kph.uni-mainz.de
1 This should be metadata/cache rather than profiles/metadata/cache.
2 The correct path is already mentioned in section "Tree Layout" /
3 "The Metadata Directory".
4
5 Fixes: ef961a6f9b91fc0e4ff41da84a3f92888c13d116
6 ---
7 metadata-cache.tex | 6 +++---
8 1 file changed, 3 insertions(+), 3 deletions(-)
9
10 diff --git a/metadata-cache.tex b/metadata-cache.tex
11 index 80018e4..ed0fa89 100644
12 --- a/metadata-cache.tex
13 +++ b/metadata-cache.tex
14 @@ -3,9 +3,9 @@
15
16 \section{Directory Contents}
17
18 -The \t{profiles/metadata/cache} directory, if it exists, contains directories whose names are the
19 -same as categories in the repository. Each subdirectory may optionally contain one file per package
20 -version in that category, named \t{<package>-<version>}, in the format described below.
21 +The \t{metadata/cache} directory, if it exists, contains directories whose names are the same as
22 +categories in the repository. Each subdirectory may optionally contain one file per package version
23 +in that category, named \t{<package>-<version>}, in the format described below.
24
25 The metadata cache may be incomplete or non-existent, and may contain additional bogus entries.
26
27 --
28 2.14.2