commit:     13741803bca5938512da2eb037e752e65b1d3e5d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 19:00:53 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 19:00:53 2024 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=13741803

Add specs for experimental i686 t64 build

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 releases/specs/x86/i686-t64/stage1-openrc-23.spec  | 12 ++++++++++++
 releases/specs/x86/i686-t64/stage1-systemd-23.spec | 12 ++++++++++++
 releases/specs/x86/i686-t64/stage3-openrc-23.spec  | 11 +++++++++++
 releases/specs/x86/i686-t64/stage3-systemd-23.spec | 11 +++++++++++
 tools/catalyst-auto-x86.conf                       | 19 +++++++++++++++++--
 5 files changed, 63 insertions(+), 2 deletions(-)

diff --git a/releases/specs/x86/i686-t64/stage1-openrc-23.spec 
b/releases/specs/x86/i686-t64/stage1-openrc-23.spec
new file mode 100644
index 00000000..c6585f2f
--- /dev/null
+++ b/releases/specs/x86/i686-t64/stage1-openrc-23.spec
@@ -0,0 +1,12 @@
+subarch: i686-t64
+target: stage1
+version_stamp: openrc-@TIMESTAMP@
+rel_type: 23.0-time64
+profile: default/linux/x86/23.0/i686/time64
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-time64/stage3-i686-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/i686-t64/stage1-systemd-23.spec 
b/releases/specs/x86/i686-t64/stage1-systemd-23.spec
new file mode 100644
index 00000000..0286ce97
--- /dev/null
+++ b/releases/specs/x86/i686-t64/stage1-systemd-23.spec
@@ -0,0 +1,12 @@
+subarch: i686-t64
+target: stage1
+version_stamp: systemd-@TIMESTAMP@
+rel_type: 23.0-time64
+profile: default/linux/x86/23.0/i686/time64/systemd
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-time64/stage3-i686-t64-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/i686-t64/stage3-openrc-23.spec 
b/releases/specs/x86/i686-t64/stage3-openrc-23.spec
new file mode 100644
index 00000000..73dc09b2
--- /dev/null
+++ b/releases/specs/x86/i686-t64/stage3-openrc-23.spec
@@ -0,0 +1,11 @@
+subarch: i686-t64
+target: stage3
+version_stamp: openrc-@TIMESTAMP@
+rel_type: 23.0-time64
+profile: default/linux/x86/23.0/i686/time64
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-time64/stage1-i686-t64-openrc-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
+binrepo_path: x86/binpackages/23.0/i686-t64

diff --git a/releases/specs/x86/i686-t64/stage3-systemd-23.spec 
b/releases/specs/x86/i686-t64/stage3-systemd-23.spec
new file mode 100644
index 00000000..97427b44
--- /dev/null
+++ b/releases/specs/x86/i686-t64/stage3-systemd-23.spec
@@ -0,0 +1,11 @@
+subarch: i686-t64
+target: stage3
+version_stamp: systemd-@TIMESTAMP@
+rel_type: 23.0-time64
+profile: default/linux/x86/23.0/i686/time64/systemd
+snapshot_treeish: @TREEISH@
+source_subpath: 23.0-time64/stage1-i686-t64-systemd-@TIMESTAMP@
+compression_mode: pixz
+portage_confdir: @REPO_DIR@/releases/portage/stages
+portage_prefix: releng
+binrepo_path: x86/binpackages/23.0/i686-t64

diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index 1560c2f7..cfa7d825 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -16,6 +16,8 @@ SETS="
        i686_systemd_23
        i686_ssemath_openrc_23
        i686_ssemath_systemd_23
+       i686_t64_openrc_23
+       i686_t64_systemd_23
        hardened_openrc_23
        musl_23
 "
@@ -26,13 +28,14 @@ 
SET_i486_openrc_23_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/instal
 SET_i486_systemd_23_SPECS="i486/stage1-systemd-23.spec 
i486/stage3-systemd-23.spec"
 
 SET_i686_openrc_23_SPECS="i686/stage1-openrc-23.spec 
i686/stage3-openrc-23.spec"
-
 SET_i686_systemd_23_SPECS="i686/stage1-systemd-23.spec 
i686/stage3-systemd-23.spec"
 
 SET_i686_ssemath_openrc_23_SPECS="i686-ssemath/stage1-openrc-23.spec 
i686-ssemath/stage3-openrc-23.spec"
-
 SET_i686_ssemath_systemd_23_SPECS="i686-ssemath/stage1-systemd-23.spec 
i686-ssemath/stage3-systemd-23.spec"
 
+SET_i686_t64_openrc_23_SPECS="i686-t64/stage1-openrc-23.spec 
i686-t64/stage3-openrc-23.spec"
+SET_i686_t64_systemd_23_SPECS="i686-t64/stage1-systemd-23.spec 
i686-t64/stage3-systemd-23.spec"
+
 SET_hardened_openrc_23_SPECS="hardened/stage1-openrc-23.spec 
hardened/stage3-openrc-23.spec"
 SET_hardened_openrc_23_OPTIONAL_SPECS="hardened/admincd-stage1-openrc.spec 
hardened/admincd-stage2-openrc.spec"
 
@@ -98,6 +101,18 @@ post_build() {
        esac
        popd >/dev/null || exit
 
+       pushd ${BUILD_SRCDIR_BASE}/builds/23.0-time64 >/dev/null || exit
+       case ${spec} in
+       i686-t64/stage3-openrc-23.spec)
+               upload stage3-i686-t64-openrc-${TIMESTAMP}.tar.xz*
+               ;;
+       i686-t64/stage3-systemd-23.spec)
+               upload stage3-i686-t64-systemd-${TIMESTAMP}.tar.xz*
+               upsync_binpackages 
"${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-i686-t64" x86/23.0/i686-t64
+               ;;
+       esac
+       popd >/dev/null || exit
+
        pushd ${BUILD_SRCDIR_BASE}/builds/23.0-hardened >/dev/null || exit
        case ${spec} in
        hardened/stage3-openrc-23.spec)

Reply via email to