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/, releases/specs/arm64/
Date: Thu, 29 Dec 2022 22:41:35
Message-Id: 1672353671.e66c594471c35b57e1ddda475af2b4f1b9a38582.dilfridge@gentoo
1 commit: e66c594471c35b57e1ddda475af2b4f1b9a38582
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 22:41:11 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 22:41:11 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e66c5944
7
8 Add arm64 desktop systemd mu stage
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 releases/specs/arm64/stage3d-systemd-mu.spec | 10 ++++++++++
13 tools/catalyst-auto-arm64.conf | 5 ++++-
14 2 files changed, 14 insertions(+), 1 deletion(-)
15
16 diff --git a/releases/specs/arm64/stage3d-systemd-mu.spec b/releases/specs/arm64/stage3d-systemd-mu.spec
17 new file mode 100644
18 index 00000000..9ad94a00
19 --- /dev/null
20 +++ b/releases/specs/arm64/stage3d-systemd-mu.spec
21 @@ -0,0 +1,10 @@
22 +subarch: arm64
23 +target: stage3
24 +version_stamp: desktop-systemd-mergedusr-@TIMESTAMP@
25 +rel_type: mergedusr
26 +profile: default/linux/arm64/17.0/desktop/systemd/merged-usr
27 +snapshot: @TIMESTAMP@
28 +source_subpath: mergedusr/stage1-arm64-systemd-mergedusr-@TIMESTAMP@××××.xz
29 +compression_mode: pixz
30 +portage_confdir: @REPO_DIR@/releases/portage/stages
31 +portage_prefix: releng
32
33 diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf
34 index 474a1eca..01594f7d 100644
35 --- a/tools/catalyst-auto-arm64.conf
36 +++ b/tools/catalyst-auto-arm64.conf
37 @@ -12,7 +12,7 @@ SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec"
38 SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec"
39
40 SET_systemd_SPECS="stage1-systemd.spec stage3-systemd.spec stage3d-systemd.spec"
41 -SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec"
42 +SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec stage3d-systemd-mu.spec"
43
44 SET_llvm_openrc_SPECS="llvm/stage1-openrc.spec llvm/stage3-openrc.spec"
45
46 @@ -72,6 +72,9 @@ post_build() {
47 stage3-systemd-mu.spec)
48 upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}*.xz*
49 ;;
50 + stage3d-systemd-mu.spec)
51 + upload stage3-${SUBARCH}-desktop-systemd-mergedusr-${TIMESTAMP}*.xz*
52 + ;;
53 esac
54 popd >/dev/null