Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sun, 05 Dec 2021 22:43:31
Message-Id: 1638744187.df7743da2d85d4fd02876c0576f35c16c21072bb.dilfridge@gentoo
1 commit: df7743da2d85d4fd02876c0576f35c16c21072bb
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 22:43:07 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 22:43:07 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=df7743da
7
8 Sort arm builds a bit better
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 tools/catalyst-auto-arm.conf | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
16 index 43354c74..5f1d6856 100644
17 --- a/tools/catalyst-auto-arm.conf
18 +++ b/tools/catalyst-auto-arm.conf
19 @@ -11,10 +11,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm
20 EMAIL_SUBJECT_PREPEND="[arm-auto]"
21
22 SETS="
23 - armv6j_hf_musl_hardened_openrc
24 - armv7a_hf_musl_hardened_openrc
25 - armv6j_hf_musl_openrc
26 - armv7a_hf_musl_openrc
27 armv4tl_openrc
28 armv4tl_systemd
29 armv5tel_openrc
30 @@ -23,10 +19,14 @@ SETS="
31 armv6j_hf_systemd
32 armv6j_sf_openrc
33 armv6j_sf_systemd
34 + armv6j_hf_musl_openrc
35 + armv6j_hf_musl_hardened_openrc
36 armv7a_hf_openrc
37 armv7a_hf_systemd
38 armv7a_sf_openrc
39 armv7a_sf_systemd
40 + armv7a_hf_musl_openrc
41 + armv7a_hf_musl_hardened_openrc
42 "
43
44 SET_armv4tl_openrc_SPECS="armv4tl/stage1-openrc.spec armv4tl/stage3-openrc.spec"