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: Thu, 27 May 2021 16:43:39
Message-Id: 1621763660.897ea77dc60e125899b440496d75011e8ae18742.ulm@gentoo
1 commit: 897ea77dc60e125899b440496d75011e8ae18742
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 18 22:45:12 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 23 09:54:20 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=897ea77d
7
8 Clarify that updates files are processed in no particular order
9
10 Bug: https://bugs.gentoo.org/296713#c14
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 tree-layout.tex | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/tree-layout.tex b/tree-layout.tex
17 index 719b489..fdf4b65 100644
18 --- a/tree-layout.tex
19 +++ b/tree-layout.tex
20 @@ -223,6 +223,9 @@ The second form instructs the package manager that any currently installed packa
21 package dependency specification \t{spec} whose \t{SLOT} is set to \t{slot1} should have it updated
22 to \t{slot2}.
23
24 +It is unspecified in what order the files in the \t{updates} directory are processed. Lines within
25 +each file are processed in ascending order.
26 +
27 Any name that has appeared as the origin of a move must not be reused in the future. Any slot
28 that has appeared as the origin of a slot move may not be used by packages matching the spec of
29 that slot move in the future.