commit: 87eea8b66cef13d62fc8bcf2e27a573e86423b75
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 12 22:38:17 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 22:38:17 2025 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=87eea8b6
Fix filenames
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-m68k.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/catalyst-auto-qemu-m68k.conf
b/tools/catalyst-auto-qemu-m68k.conf
index acb97885..021d3907 100644
--- a/tools/catalyst-auto-qemu-m68k.conf
+++ b/tools/catalyst-auto-qemu-m68k.conf
@@ -65,13 +65,13 @@ post_build() {
;;
aligned/stage3-openrc-23.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/23.0-time64"
>/dev/null
- upload stage3-m68k-t64-openrc-${TIMESTAMP}*.xz*
+ upload stage3-m68k_a32-t64-openrc-${TIMESTAMP}*.xz*
popd >/dev/null
;;
aligned/stage3-systemd-23.spec)
pushd "${BUILD_SRCDIR_BASE}/builds/23.0-time64"
>/dev/null
- upload stage3-m68k-t64-systemd-${TIMESTAMP}*.xz*
- upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-m68k" m68k/23.0/m68k-t64
+ upload stage3-m68k_a32-t64-systemd-${TIMESTAMP}*.xz*
+ upsync_binpackages
"${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-m68k_a32" m68k/23.0/m68k-t64
popd >/dev/null
;;
*)