summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-11-06 18:37:15 +0100
committerUlrich Müller <ulm@gentoo.org>2019-11-06 18:37:15 +0100
commit561197425c2f43afdbfd2f29343f26ae4d4f7693 (patch)
treec58c4d298b6133c94668ba98f90b602e7f796ab9
parentpms.bib: Use last date listed in Post-History for GLEPs. (diff)
downloadpms-561197425c2f43afdbfd2f29343f26ae4d4f7693.tar.gz
pms-561197425c2f43afdbfd2f29343f26ae4d4f7693.tar.bz2
pms-561197425c2f43afdbfd2f29343f26ae4d4f7693.zip
pms.bib: Add GLEP 74 to bibliography.
GLEP 74 has replaced GLEP 44, so use it as reference for the Manifest file. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--pms.bib8
-rw-r--r--tree-layout.tex2
2 files changed, 9 insertions, 1 deletions
diff --git a/pms.bib b/pms.bib
index e505418..8b718af 100644
--- a/pms.bib
+++ b/pms.bib
@@ -29,3 +29,11 @@
month = Feb,
url = {https://www.gentoo.org/glep/glep-0068.html}
}
+
+@manual{Glep74,
+ author = {Michał Górny and Robin Hugh Johnson and Ulrich Müller},
+ title = {{GLEP} 74: Full-tree verification using Manifest files},
+ year = 2018,
+ month = Feb,
+ url = {https://www.gentoo.org/glep/glep-0074.html}
+}
diff --git a/tree-layout.tex b/tree-layout.tex
index f84f6f5..80d70d6 100644
--- a/tree-layout.tex
+++ b/tree-layout.tex
@@ -52,7 +52,7 @@ A package directory contains the following:
\item A \t{metadata.xml} file, as described in appendix~\ref{ch:metadata-xml}\@. Optional only for
legacy support.
\item A \t{ChangeLog}, in a format determined by the provider of the repository. Optional.
-\item A \t{Manifest} file, whose format is described in~\cite{Glep44}. Can be omitted if the file
+\item A \t{Manifest} file, whose format is described in~\cite{Glep74}. Can be omitted if the file
would be empty.
\item A \t{files} directory, containing any support files needed by the ebuilds. Optional.
\end{compactitem}