Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 04/10] glep-0072: Use 'testing' for pure ~arch
Date: Fri, 10 Apr 2020 07:00:48
Message-Id: 20200410065847.96199-5-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/10] GLEP 72 (arches.desc) revival by "Michał Górny"
1 'Testing' has generally nicer meaning than 'unstable'.
2
3 Signed-off-by: Michał Górny <mgorny@g.o>
4 ---
5 glep-0072.rst | 10 +++++-----
6 1 file changed, 5 insertions(+), 5 deletions(-)
7
8 diff --git a/glep-0072.rst b/glep-0072.rst
9 index 6fdee6b..56a5bc4 100644
10 --- a/glep-0072.rst
11 +++ b/glep-0072.rst
12 @@ -91,7 +91,7 @@ are ignored. Every blank line is ignored. Otherwise the file consists of two
13 whitespace-separated columns:
14
15 - first column: architecture name (keyword)
16 -- second column: one of the three values ``stable``, ``degraded``, ``unstable``
17 +- second column: one of the three values ``stable``, ``degraded``, ``testing``
18
19 Additional columns are ignored to allow for future revisions of this document.
20
21 @@ -102,7 +102,7 @@ An example arches.desc file might look as follows::
22 x86 stable # not for long
23
24 sparc degraded
25 - m68k unstable outdated
26 + m68k testing outdated
27
28 Initial value in the gentoo repository
29 --------------------------------------
30 @@ -110,7 +110,7 @@ Initial value in the gentoo repository
31 On introduction, the setting will be ``stable`` for all stable architectures,
32 ``degraded`` for all architectures where "inofficial" stable keywords are
33 maintained and are present in the repository by the arch teams (sh, s390,
34 -...), and ``unstable`` everywhere else.
35 +...), and ``testing`` everywhere else.
36
37 Meaning of the values for repoman
38 ---------------------------------
39 @@ -137,8 +137,8 @@ A new switch for repoman may be provided to temporarily upgrade
40 an architecture from ``degraded`` to ``stable`` status (for architecture team
41 work).
42
43 -unstable
44 -~~~~~~~~
45 +testing
46 +~~~~~~~
47 When a profile of an architecture is tested, then repoman treats ``arch``
48 as an error and aborts. Consistency is only tested for ``~arch``.
49
50 --
51 2.26.0