aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-02 16:12:39 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-11-02 16:12:39 +0100
commit85bed990ed1bc82fa1ee030cbf2f23d684be056c (patch)
tree3142950e38deb87e3ec87ab84a28b1069644aa44
parentFix filenames and move to ssemaht (diff)
downloadreleng-85bed990ed1bc82fa1ee030cbf2f23d684be056c.tar.gz
releng-85bed990ed1bc82fa1ee030cbf2f23d684be056c.tar.bz2
releng-85bed990ed1bc82fa1ee030cbf2f23d684be056c.zip
Fix filenames for ssemath
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-x86.conf6
1 files 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