commit: e18a0070d1e04ebba2710d9a9428780b9fc93894
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 3 17:34:25 2026 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Feb 3 17:34:25 2026 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=e18a0070
Add -openrc suffix in musl stage filenames (amd64, part2)
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-amd64.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index c2e76fec..f15200dc 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -203,7 +203,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-musl >/dev/null || exit
case ${spec} in
musl/stage3-23.spec)
- upload stage3-amd64-musl-${TIMESTAMP}.tar.xz*
+ upload stage3-amd64-musl-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-musl/stage3-amd64" amd64/23.0/x86-64_musl
;;
esac
@@ -212,7 +212,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-musl-llvm >/dev/null || exit
case ${spec} in
musl-llvm/stage3-23.spec)
- upload stage3-amd64-musl-llvm-${TIMESTAMP}.tar.xz*
+ upload stage3-amd64-musl-llvm-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-musl-llvm/stage3-amd64"
amd64/23.0/x86-64_musl_llvm
;;
esac
@@ -221,7 +221,7 @@ post_build() {
pushd "${BUILD_SRCDIR_BASE}"/builds/23.0-musl-hardened >/dev/null ||
exit
case ${spec} in
musl-hardened/stage3-23.spec)
- upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz*
+ upload stage3-amd64-musl-hardened-openrc-${TIMESTAMP}.tar.xz*
upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-musl-hardened/stage3-amd64"
amd64/23.0/x86-64_musl_hardened
;;
esac