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 /tools | |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/catalyst-auto-x86.conf | 19 |
1 files changed, 17 insertions, 2 deletions
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) |