commit: 362fa599c8da4a1f8ecb55c2cf2ff8fa1dce8f26 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: Fri May 21 04:44:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=362fa599
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 719b489..fdf4b65 100644 --- a/tree-layout.tex +++ b/tree-layout.tex @@ -223,6 +223,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.
