diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-02 16:12:39 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-11-02 16:12:39 +0100 |
commit | 85bed990ed1bc82fa1ee030cbf2f23d684be056c (patch) | |
tree | 3142950e38deb87e3ec87ab84a28b1069644aa44 | |
parent | Fix filenames and move to ssemaht (diff) | |
download | releng-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.conf | 6 |
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 |