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-ppc.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-ppc.conf')
-rw-r--r-- | tools/catalyst-auto-ppc.conf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index b62aaa84..fb671487 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -14,14 +14,6 @@ SETS=" musl_hardened_64_23 " -SET_openrc_SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec" - -SET_musl_hardened_SPECS="ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec" - -SET_openrc_64_SPECS="ppc64/stage1-openrc.spec ppc64/stage3-openrc.spec" - -SET_musl_hardened_64_SPECS="ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec" - SET_openrc_23_SPECS="ppc32/stage1-openrc-23.spec ppc32/stage3-openrc-23.spec" SET_openrc_23_OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" @@ -64,18 +56,6 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}/builds" >/dev/null case ${spec} in - ppc32/stage3-openrc.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-ppc" ppc/17.0/ppc - ;; - ppc32/stage3-musl-hardened-openrc.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-ppc" ppc/17.0/ppc_musl_hardened - ;; - ppc64/stage3-openrc.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-ppc64" ppc/17.0/ppc64 - ;; - ppc64/stage3-musl-hardened-openrc.spec) - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/musl-hardened/stage3-ppc64" ppc/17.0/ppc64_musl_hardened - ;; ppc32/stage3-openrc-23.spec) upload 23.0-default/stage3-ppc-openrc-*${TIMESTAMP}*.xz* ;; |