diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-01 17:48:16 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-06-01 17:48:16 +0200 |
commit | d7d6f5a75f3a1cdc868065e6bf618391a2f87c3b (patch) | |
tree | 411cb510d1de7b63108335f7558866c47f515a0a /tools/catalyst-auto-x86.conf | |
parent | Stop all 17.0 / 20.0 / 22.0 profile builds (diff) | |
download | releng-d7d6f5a75f3a1cdc868065e6bf618391a2f87c3b.tar.gz releng-d7d6f5a75f3a1cdc868065e6bf618391a2f87c3b.tar.bz2 releng-d7d6f5a75f3a1cdc868065e6bf618391a2f87c3b.zip |
Clean up catalyst-auto configurations
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'tools/catalyst-auto-x86.conf')
-rw-r--r-- | tools/catalyst-auto-x86.conf | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 8cfd0b1e..b3fbb54a 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -18,26 +18,18 @@ SETS=" musl_23 " -SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage3-openrc.spec" - SET_i486_openrc_23_SPECS="i486/stage1-openrc-23.spec i486/stage3-openrc-23.spec" SET_i486_openrc_23_OPTIONAL_SPECS="i486/installcd-stage1-openrc.spec i486/installcd-stage2-minimal-openrc.spec" SET_i486_systemd_23_SPECS="i486/stage1-systemd-23.spec i486/stage3-systemd-23.spec" -SET_i686_openrc_SPECS="i686/stage1-openrc.spec i686/stage3-openrc.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_hardened_openrc_SPECS="hardened/stage1-openrc.spec hardened/stage3-openrc.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" -SET_musl_SPECS="musl/stage1.spec musl/stage3.spec" - SET_musl_23_SPECS="musl/stage1-23.spec musl/stage3-23.spec" @@ -71,17 +63,6 @@ update_symlinks() { post_build() { local set=$1 spec=$2 - pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit - case ${spec} in - i486/stage3-openrc.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i486" x86/17.0/i486 - ;; - i686/stage3-openrc.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i686" x86/17.0/i686 - ;; - esac - popd >/dev/null || exit - pushd ${BUILD_SRCDIR_BASE}/builds/23.0-default >/dev/null || exit case ${spec} in i486/stage3-openrc-23.spec) @@ -104,14 +85,6 @@ post_build() { esac popd >/dev/null || exit - pushd ${BUILD_SRCDIR_BASE}/builds/hardened >/dev/null || exit - case ${spec} in - hardened/stage3-openrc.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/hardened/stage3-i686" x86/17.0/i686_hardened - ;; - esac - popd >/dev/null || exit - pushd ${BUILD_SRCDIR_BASE}/builds/23.0-hardened >/dev/null || exit case ${spec} in hardened/stage3-openrc-23.spec) @@ -124,14 +97,6 @@ post_build() { esac popd >/dev/null || exit - pushd ${BUILD_SRCDIR_BASE}/builds/musl >/dev/null || exit - case ${spec} in - musl/stage3.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl/stage3-i686" x86/17.0/i686_musl - ;; - esac - popd >/dev/null || exit - pushd ${BUILD_SRCDIR_BASE}/builds/23.0-musl >/dev/null || exit case ${spec} in musl/stage3-23.spec) |