Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Mon, 31 Oct 2022 23:29:42
Message-Id: 1667258941.e7e7883dcb42371cc67b3c0879c28328bc581f3d.gyakovlev@gentoo
1 commit: e7e7883dcb42371cc67b3c0879c28328bc581f3d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 23:25:48 2022 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 23:29:01 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e7e7883d
7
8 tools/catalyst-auto-ppc64le.conf: build/upload power9le musl
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 tools/catalyst-auto-ppc64le.conf | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
16 index a8fcc7d2..7179a9c8 100644
17 --- a/tools/catalyst-auto-ppc64le.conf
18 +++ b/tools/catalyst-auto-ppc64le.conf
19 @@ -11,7 +11,8 @@ OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec"
20 OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
21 OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
22 OPTIONAL_SPECS+=" stage1-systemd-mergedusr-power9le.spec stage3-systemd-mergedusr-power9le.spec"
23 -OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec"
24 +OPTIONAL_SPECS+=" stage1-musl-hardened-openrc-power9le.spec stage3-musl-hardened-openrc-power9le.spec"
25 +OPTIONAL_SPECS+=" stage1-musl-hardened-openrc-power9le.spec stage3-musl-hardened-openrc-power9le.spec"
26
27 #SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
28 #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
29 @@ -23,7 +24,7 @@ EMAIL_SUBJECT_PREPEND="[ppc64le-auto]"
30 update_symlinks() {
31 # Symlink the latest stages3 to build from
32 local d f t
33 - for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened} ; do
34 + for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened,power9le-musl-hardened} ; do
35 pushd "${d}" >/dev/null
36 for t in ppc64le power9le; do
37 for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do
38 @@ -62,6 +63,9 @@ post_build() {
39 stage3-musl-hardened-openrc.spec)
40 upload musl-hardened/stage3-ppc64le-musl-hardened-openrc-${TIMESTAMP}*.xz*
41 ;;
42 + stage3-musl-hardened-openrc-power9le.spec)
43 + upload power9le-musl-hardened/stage3-power9le-musl-hardened-openrc-${TIMESTAMP}*.xz*
44 + ;;
45 *)
46 echo "Finished ${spec}"
47 ;;