* [gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc64le/, tools/
@ 2020-10-15 0:23 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2020-10-15 0:23 UTC (permalink / raw
To: gentoo-commits
commit: 8cd33e80e0f917929fedda7c6479bd084ee16a35
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 5 20:03:16 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 00:22:52 2020 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8cd33e80
specs/ppc/ppc64le: add systemd specs
Closes: https://github.com/gentoo/releng/pull/5
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
releases/specs/ppc/ppc64le/systemd-stage1.spec | 12 ++++++++++++
releases/specs/ppc/ppc64le/systemd-stage3.spec | 10 ++++++++++
tools/catalyst-auto-ppc64le.conf | 6 +++++-
3 files changed, 27 insertions(+), 1 deletion(-)
diff --git a/releases/specs/ppc/ppc64le/systemd-stage1.spec b/releases/specs/ppc/ppc64le/systemd-stage1.spec
new file mode 100644
index 00000000..79b1a9f1
--- /dev/null
+++ b/releases/specs/ppc/ppc64le/systemd-stage1.spec
@@ -0,0 +1,12 @@
+subarch: ppc64le
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/ppc64le/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-ppc64le-systemd-latest
+compression_mode: pixz_x
+update_seed: yes
+update_seed_command: --update --deep --newuse @world --jobs 5 --load-average 5
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/releases/specs/ppc/ppc64le/systemd-stage3.spec b/releases/specs/ppc/ppc64le/systemd-stage3.spec
new file mode 100644
index 00000000..3e64ff69
--- /dev/null
+++ b/releases/specs/ppc/ppc64le/systemd-stage3.spec
@@ -0,0 +1,10 @@
+subarch: ppc64le
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/ppc64le/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-ppc64le-systemd-@TIMESTAMP@
+compression_mode: pixz_x
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index 91b4ce02..2379954a 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -4,7 +4,8 @@
SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le
SPECS="stage1.spec stage3.spec"
-OPTIONAL_SPECS="musl-hardened-stage1.spec musl-hardened-stage3.spec"
+OPTIONAL_SPECS="systemd-stage1.spec systemd-stage3.spec"
+OPTIONAL_SPECS="${OPTIONAL_SPECS} musl-hardened-stage1.spec musl-hardened-stage3.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
@@ -47,6 +48,9 @@ post_build() {
stage3*.spec)
upload stage3-ppc64le-${TIMESTAMP}*.xz*
;;
+ systemd-stage3*.spec)
+ upload stage3-ppc64le-systemd-${TIMESTAMP}*.xz*
+ ;;
musl-hardened-stage3*.spec)
upload stage3-ppc64le-musl-hardened-${TIMESTAMP}*.xz*
;;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc64le/, tools/
@ 2022-12-12 18:49 Georgy Yakovlev
0 siblings, 0 replies; 2+ messages in thread
From: Georgy Yakovlev @ 2022-12-12 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 5352861020e96865ab453f5e5b311011b109983a
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 18:40:58 2022 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 18:48:01 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=53528610
specs/ppc64le: add power9 desktop openrc stages
no need for power8 stages, nobody uses those machines as desktop.
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec | 10 ++++++++++
tools/catalyst-auto-ppc64le.conf | 5 ++++-
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec b/releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec
new file mode 100644
index 00000000..94cee65e
--- /dev/null
+++ b/releases/specs/ppc/ppc64le/stage3d-openrc-power9le.spec
@@ -0,0 +1,10 @@
+subarch: power9le
+target: stage3
+version_stamp: desktop-openrc-@TIMESTAMP@
+rel_type: power9le
+profile: default/linux/ppc64le/17.0/desktop
+snapshot: @TIMESTAMP@
+source_subpath: power9le/stage1-power9le-openrc-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf
index 516f969a..f24460c8 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -9,7 +9,7 @@ SPECS="stage1-openrc.spec stage3-openrc.spec"
OPTIONAL_SPECS+=" installcd-stage1.spec installcd-stage2-minimal.spec"
OPTIONAL_SPECS+=" stage1-systemd.spec stage3-systemd.spec"
OPTIONAL_SPECS+=" stage1-systemd-mu.spec stage3-systemd-mu.spec"
-OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec"
+OPTIONAL_SPECS+=" stage1-openrc-power9le.spec stage3-openrc-power9le.spec stage3d-openrc-power9le.spec"
OPTIONAL_SPECS+=" stage1-systemd-power9le.spec stage3-systemd-power9le.spec"
OPTIONAL_SPECS+=" stage1-systemd-mu-power9le.spec stage3-systemd-mu-power9le.spec"
OPTIONAL_SPECS+=" stage1-musl-hardened-openrc.spec stage3-musl-hardened-openrc.spec"
@@ -59,6 +59,9 @@ post_build() {
stage3-openrc-power9le.spec)
upload power9le/stage3-power9le-openrc-${TIMESTAMP}*.xz*
;;
+ stage3d-openrc-power9le.spec)
+ upload power9le/stage3-power9le-desktop-openrc-${TIMESTAMP}*.xz*
+ ;;
stage3-systemd-power9le.spec)
upload power9le/stage3-power9le-systemd-${TIMESTAMP}*.xz*
;;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-12 18:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-15 0:23 [gentoo-commits] proj/releng:master commit in: releases/specs/ppc/ppc64le/, tools/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2022-12-12 18:49 Georgy Yakovlev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox