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: Thu, 02 Sep 2021 10:44:14
Message-Id: 1630579427.a8f267c5b81201b6a42c46e181d0fa37849c601d.dilfridge@gentoo
1 commit: a8f267c5b81201b6a42c46e181d0fa37849c601d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 10:43:47 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 10:43:47 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a8f267c5
7
8 arm autobuilds: sort
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 5942aca2..531af397 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 - armv7a_hf_openrc
24 - armv7a_hf_systemd
25 - armv7a_sf_openrc
26 - armv7a_sf_systemd
27 armv4tl_openrc
28 armv4tl_systemd
29 armv5tel_openrc
30 @@ -23,6 +19,10 @@ SETS="
31 armv6j_hf_systemd
32 armv6j_sf_openrc
33 armv6j_sf_systemd
34 + armv7a_hf_openrc
35 + armv7a_hf_systemd
36 + armv7a_sf_openrc
37 + armv7a_sf_systemd
38 "
39
40 SET_armv4tl_openrc_SPECS="armv4tl/stage1-openrc.spec armv4tl/stage3-openrc.spec"