Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Tue, 17 Oct 2017 09:41:31
Message-Id: 1507812076.3821ea48319116532d72cf65f08a8cca9428056c.ulm@gentoo
1 commit: 3821ea48319116532d72cf65f08a8cca9428056c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 12 12:41:16 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 12 12:41:16 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=3821ea48
7
8 metadata-cache: Correct directory path.
9
10 This should be metadata/cache rather than profiles/metadata/cache.
11 The correct path is already mentioned in section "Tree Layout" /
12 "The Metadata Directory".
13
14 Fixes: ef961a6f9b91fc0e4ff41da84a3f92888c13d116
15
16 metadata-cache.tex | 6 +++---
17 1 file changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/metadata-cache.tex b/metadata-cache.tex
20 index 80018e4..ed0fa89 100644
21 --- a/metadata-cache.tex
22 +++ b/metadata-cache.tex
23 @@ -3,9 +3,9 @@
24
25 \section{Directory Contents}
26
27 -The \t{profiles/metadata/cache} directory, if it exists, contains directories whose names are the
28 -same as categories in the repository. Each subdirectory may optionally contain one file per package
29 -version in that category, named \t{<package>-<version>}, in the format described below.
30 +The \t{metadata/cache} directory, if it exists, contains directories whose names are the same as
31 +categories in the repository. Each subdirectory may optionally contain one file per package version
32 +in that category, named \t{<package>-<version>}, in the format described below.
33
34 The metadata cache may be incomplete or non-existent, and may contain additional bogus entries.