* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/x86/i486/
@ 2022-11-25 14:34 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-11-25 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 29221be8925867cd8b437613ec8bb69a96eef463
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 14:34:40 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 14:34:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=29221be8
Add more x86 systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/x86/i486/stage1-systemd.spec | 12 ++++++++++++
releases/specs/x86/i486/stage3-systemd.spec | 10 ++++++++++
tools/catalyst-auto-x86.conf | 6 ++++++
3 files changed, 28 insertions(+)
diff --git a/releases/specs/x86/i486/stage1-systemd.spec b/releases/specs/x86/i486/stage1-systemd.spec
new file mode 100644
index 00000000..f8c5f051
--- /dev/null
+++ b/releases/specs/x86/i486/stage1-systemd.spec
@@ -0,0 +1,12 @@
+subarch: i486
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage3-i486-systemd-latest
+compression_mode: pixz
+update_seed: yes
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/releases/specs/x86/i486/stage3-systemd.spec b/releases/specs/x86/i486/stage3-systemd.spec
new file mode 100644
index 00000000..0563eed0
--- /dev/null
+++ b/releases/specs/x86/i486/stage3-systemd.spec
@@ -0,0 +1,10 @@
+subarch: i486
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: default
+profile: default/linux/x86/17.0/systemd
+snapshot: @TIMESTAMP@
+source_subpath: default/stage1-i486-systemd-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index de8f1161..dddf0496 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -11,6 +11,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/x86
SETS="
i486_openrc
+ i486_systemd
i686_openrc
i686_systemd
i686_systemd_mu
@@ -21,6 +22,8 @@ SETS="
SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage3-openrc.spec"
SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec"
+SET_i486_systemd_SPECS="i486/stage1-systemd.spec i486/stage3-systemd.spec"
+
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec"
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec"
SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec"
@@ -65,6 +68,9 @@ post_build() {
i486/stage3-openrc.spec)
upload stage3-i486-openrc-${TIMESTAMP}.tar.xz*
;;
+ i486/stage3-systemd.spec)
+ upload stage3-i486-systemd-${TIMESTAMP}.tar.xz*
+ ;;
i486/installcd-stage2-minimal-openrc.spec)
upload install-x86-minimal-${TIMESTAMP}.iso*
;;
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/x86/i486/
@ 2022-12-10 11:28 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2022-12-10 11:28 UTC (permalink / raw
To: gentoo-commits
commit: a3e0e65e3b5f22531da5db9c2cada5c183c4136e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 11:27:35 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 11:27:35 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=a3e0e65e
x86: add i486 systemd mu build
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/x86/i486/stage1-systemd-mu.spec | 12 ++++++++++++
releases/specs/x86/i486/stage3-systemd-mu.spec | 10 ++++++++++
tools/catalyst-auto-x86.conf | 9 +++++++++
3 files changed, 31 insertions(+)
diff --git a/releases/specs/x86/i486/stage1-systemd-mu.spec b/releases/specs/x86/i486/stage1-systemd-mu.spec
new file mode 100644
index 00000000..989a2af6
--- /dev/null
+++ b/releases/specs/x86/i486/stage1-systemd-mu.spec
@@ -0,0 +1,12 @@
+subarch: i486
+target: stage1
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+rel_type: mergedusr
+profile: default/linux/x86/17.0/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage3-i486-systemd-mergedusr-latest
+compression_mode: pixz
+update_seed: no
+update_seed_command: --update --deep --newuse @world
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/releases/specs/x86/i486/stage3-systemd-mu.spec b/releases/specs/x86/i486/stage3-systemd-mu.spec
new file mode 100644
index 00000000..cb870dcd
--- /dev/null
+++ b/releases/specs/x86/i486/stage3-systemd-mu.spec
@@ -0,0 +1,10 @@
+subarch: i486
+target: stage3
+version_stamp: systemd-mergedusr-@TIMESTAMP@
+rel_type: mergedusr
+profile: default/linux/x86/17.0/systemd/merged-usr
+snapshot: @TIMESTAMP@
+source_subpath: mergedusr/stage1-i486-systemd-mergedusr-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index f247b1bd..98758859 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -12,6 +12,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/x86
SETS="
i486_openrc
i486_systemd
+ i486_systemd_mu
i686_openrc
i686_systemd
i686_systemd_mu
@@ -24,8 +25,12 @@ SET_i486_openrc_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd
SET_i486_systemd_SPECS="i486/stage1-systemd.spec i486/stage3-systemd.spec"
+SET_i486_systemd_mu_SPECS="i486/stage1-systemd-mu.spec i486/stage3-systemd-mu.spec"
+
SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.spec"
+
SET_i686_systemd_SPECS="i686/stage1-systemd.spec i686/stage3-systemd.spec"
+
SET_i686_systemd_mu_SPECS="i686/stage1-systemd-mu.spec i686/stage3-systemd-mu.spec"
SET_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.spec"
@@ -85,6 +90,10 @@ post_build() {
pushd ${BUILD_SRCDIR_BASE}/builds/mergedusr >/dev/null || exit
case ${spec} in
+ i486/stage3-systemd-mu.spec)
+ upload stage3-i486-systemd-mergedusr-${TIMESTAMP}.tar.xz*
+ ;;
+ esac
i686/stage3-systemd-mu.spec)
upload stage3-i686-systemd-mergedusr-${TIMESTAMP}.tar.xz*
;;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-12-10 11:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-25 14:34 [gentoo-commits] proj/releng:master commit in: tools/, releases/specs/x86/i486/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2022-12-10 11:28 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox