commit: 28f86ee9cb11d39e0edb3407645151043ca06d90
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 7 21:02:38 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 7 21:03:24 2025 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=28f86ee9
Add i686 hardened t64
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
releases/specs/x86/hardened-t64/stage1-openrc-23.spec | 12 ++++++++++++
releases/specs/x86/hardened-t64/stage3-openrc-23.spec | 11 +++++++++++
tools/catalyst-auto-x86.conf | 12 ++++++++++++
3 files changed, 35 insertions(+)
diff --git a/releases/specs/x86/hardened-t64/stage1-openrc-23.spec
b/releases/specs/x86/hardened-t64/stage1-openrc-23.spec
new file mode 100644
index 00000000..64747a73
--- /dev/null
+++ b/releases/specs/x86/hardened-t64/stage1-openrc-23.spec
@@ -0,0 +1,12 @@
+subarch: i686
+target: stage1
+version_stamp: hardened-t64-openrc-@TIMESTAMP@
+rel_type: 23.0-hardened-time64
+profile: default/linux/x86/23.0/i686/time64/hardened
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-hardened-time64/stage3-i686-hardened-t64-openrc-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/hardened-t64/stage3-openrc-23.spec
b/releases/specs/x86/hardened-t64/stage3-openrc-23.spec
new file mode 100644
index 00000000..d28752b9
--- /dev/null
+++ b/releases/specs/x86/hardened-t64/stage3-openrc-23.spec
@@ -0,0 +1,11 @@
+subarch: i686
+target: stage3
+version_stamp: hardened-t64-openrc-@TIMESTAMP@
+rel_type: 23.0-hardened-time64
+profile: default/linux/x86/23.0/i686/time64/hardened
+snapshot_treeish: @TREEISH@
+source_subpath:
23.0-hardened-time64/stage1-i686-hardened-t64-openrc-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
+binrepo_path: x86/binpackages/23.0/i686_hardened-t64
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 51fb71f2..6f9461d7 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -21,6 +21,7 @@ SETS="
i686_t64_openrc_23
i686_t64_systemd_23
hardened_openrc_23
+ hardened_t64_openrc_23
musl_23
"
@@ -44,6 +45,8 @@
SET_i686_t64_systemd_23_SPECS="i686-t64/stage1-systemd-23.spec i686-t64/stage3-s
SET_hardened_openrc_23_SPECS="hardened/stage1-openrc-23.spec
hardened/stage3-openrc-23.spec"
+SET_hardened_t64_openrc_23_SPECS="hardened-t64/stage1-openrc-23.spec
hardened-t64/stage3-openrc-23.spec"
+
SET_musl_23_SPECS="musl/stage1-23.spec musl/stage3-23.spec"
@@ -134,6 +137,15 @@ post_build() {
esac
popd >/dev/null || exit
+ pushd ${BUILD_SRCDIR_BASE}/builds/23.0-hardened-time64 >/dev/null ||
exit
+ case ${spec} in
+ hardened-t64/stage3-openrc-23.spec)
+ upload stage3-i686-hardened-t64-openrc-${TIMESTAMP}.tar.xz*
+ upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-hardened-time64/stage3-i686"
x86/23.0/i686_hardened-t64
+ ;;
+ esac
+ popd >/dev/null || exit
+
pushd ${BUILD_SRCDIR_BASE}/builds/23.0-musl >/dev/null || exit
case ${spec} in
musl/stage3-23.spec)