commit: 85bed990ed1bc82fa1ee030cbf2f23d684be056c
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 2 15:12:39 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 15:12:39 2024 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=85bed990
Fix filenames for ssemath
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-x86.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index cfa7d825..ea4b78d8 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -104,11 +104,11 @@ post_build() {
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*
+ upload stage3-i686-ssemath-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
+ upload stage3-i686-ssemath-t64-systemd-${TIMESTAMP}.tar.xz*
+ upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-i686-ssemath"
x86/23.0/i686-ssemath-t64
;;
esac
popd >/dev/null || exit