commit: ab3c8359102177726b6b72ecb508b45d2b760763 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue May 18 22:45:12 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue May 18 22:45:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=ab3c8359
Clarify that updates files are processed in no particular order Bug: https://bugs.gentoo.org/296713#c14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> tree-layout.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tree-layout.tex b/tree-layout.tex index 138e533..5f6934b 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -221,6 +221,9 @@ The second form instructs the package manager that any currently installed packa package dependency specification \t{spec} whose \t{SLOT} is set to \t{slot1} should have it updated to \t{slot2}. +It is unspecified in what order the files in the \t{updates} directory are processed. Lines within +each file are processed in ascending order. + Any name that has appeared as the origin of a move must not be reused in the future. Any slot that has appeared as the origin of a slot move may not be used by packages matching the spec of that slot move in the future.
