diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-19 21:00:53 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-08-19 21:00:53 +0200 |
commit | 13741803bca5938512da2eb037e752e65b1d3e5d (patch) | |
tree | 4ac7e92c953c12695a0c95c59deb9934a2b7624b | |
parent | catalyst-auto: Replace more than one / with _ in logfile name (diff) | |
download | releng-13741803bca5938512da2eb037e752e65b1d3e5d.tar.gz releng-13741803bca5938512da2eb037e752e65b1d3e5d.tar.bz2 releng-13741803bca5938512da2eb037e752e65b1d3e5d.zip |
Add specs for experimental i686 t64 build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | releases/specs/x86/i686-t64/stage1-openrc-23.spec | 12 | ||||
-rw-r--r-- | releases/specs/x86/i686-t64/stage1-systemd-23.spec | 12 | ||||
-rw-r--r-- | releases/specs/x86/i686-t64/stage3-openrc-23.spec | 11 | ||||
-rw-r--r-- | releases/specs/x86/i686-t64/stage3-systemd-23.spec | 11 | ||||
-rw-r--r-- | 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) |