Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Wed, 29 Apr 2020 07:43:10
Message-Id: 1588146164.f20424f2a51837084da1bae47bd5ebdfbfd29a23.mgorny@gentoo
1 commit: f20424f2a51837084da1bae47bd5ebdfbfd29a23
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 06:35:02 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 07:42:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20424f2
7
8 profiles: Add arches.desc per GLEP 72
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arches.desc | 46 ++++++++++++++++++++++++++++++++++++++++++++++
13 1 file changed, 46 insertions(+)
14
15 diff --git a/profiles/arches.desc b/profiles/arches.desc
16 new file mode 100644
17 index 00000000000..cb185e0c9e5
18 --- /dev/null
19 +++ b/profiles/arches.desc
20 @@ -0,0 +1,46 @@
21 +# This file specifies keyword level for profiles
22 +# https://www.gentoo.org/glep/glep-0072.html
23 +#
24 +# arch stability
25 +#
26 +# stability is one of:
27 +# - stable: uses stable keywords and has consistent stable tree
28 +# - transitional: uses stable keywords but only ~arch is consistent
29 +# - testing: uses only ~arch keywords
30 +
31 +alpha testing
32 +amd64 stable
33 +arm stable
34 +arm64 stable
35 +hppa stable
36 +ia64 testing
37 +m68k testing
38 +mips testing
39 +ppc stable
40 +ppc64 stable
41 +riscv testing
42 +s390 stable
43 +sparc stable
44 +x86 stable
45 +
46 +# Prefix keywords
47 +ppc-aix testing
48 +amd64-linux testing
49 +arm-linux testing
50 +arm64-linux testing
51 +ppc64-linux testing
52 +x86-linux testing
53 +ppc-macos testing
54 +x86-macos testing
55 +x64-macos testing
56 +m68k-mint testing
57 +sparc-solaris testing
58 +sparc64-solaris testing
59 +x64-solaris testing
60 +x86-solaris testing
61 +x64-winnt testing
62 +x86-winnt testing
63 +x64-cygwin testing
64 +x86-cygwin testing
65 +
66 +# vim: set ts=8 noet ft=conf: