From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A40211382C5 for ; Sat, 22 May 2021 06:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B68D7E083E; Sat, 22 May 2021 06:36:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97EB8E0848 for ; Sat, 22 May 2021 06:36:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2858E335CA0 for ; Sat, 22 May 2021 06:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89F95787 for ; Sat, 22 May 2021 06:36:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1621572262.362fa599c8da4a1f8ecb55c2cf2ff8fa1dce8f26.ulm@gentoo> Subject: [gentoo-commits] proj/pms:retroactive commit in: / X-VCS-Repository: proj/pms X-VCS-Files: tree-layout.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 362fa599c8da4a1f8ecb55c2cf2ff8fa1dce8f26 X-VCS-Branch: retroactive Date: Sat, 22 May 2021 06:36:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d1d4977-7d8a-4cde-8d1b-18e075bbcf91 X-Archives-Hash: 27a79df44bd97ff1241ef2d6b301247b Message-ID: <20210522063641.F1eh0PMxtBDbaStBSEpSmqjNpMGv2IUVPltvVYNTMw4@z> commit: 362fa599c8da4a1f8ecb55c2cf2ff8fa1dce8f26 Author: Ulrich Müller gentoo org> AuthorDate: Tue May 18 22:45:12 2021 +0000 Commit: Ulrich Müller gentoo 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 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.