aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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