commit: 8ac7a212f09f8cc88e8a123b366a3ec9b1138913
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 22:13:56 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 22:14:15 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8ac7a212
Fix mips filenames for upload
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-qemu-mips.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tools/catalyst-auto-qemu-mips.conf
b/tools/catalyst-auto-qemu-mips.conf
index 8baf4bac..daaa1629 100644
--- a/tools/catalyst-auto-qemu-mips.conf
+++ b/tools/catalyst-auto-qemu-mips.conf
@@ -36,13 +36,13 @@ post_build() {
case ${spec} in
stage3-mips32-o32-openrc.spec)
- upload stage3-mips32_o32-openrc-${TIMESTAMP}.xz*
+ upload stage3-mips32_o32-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips64-n64-openrc.spec)
- upload stage3-mips64_n64-openrc-${TIMESTAMP}.xz*
+ upload stage3-mips64_n64-openrc-${TIMESTAMP}.tar.xz*
;;
stage3-mips64el-n64-openrc.spec)
- upload stage3-mips64el_n64-openrc-${TIMESTAMP}.xz*
+ upload stage3-mips64el_n64-openrc-${TIMESTAMP}.tar.xz*
;;
*)
echo "Finished ${spec}"