commit:     1b9b7d82f62df176fa60734e136ea355af441072
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 29 19:50:05 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 29 19:50:05 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=1b9b7d82

loong: Fix upload filenames

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-qemu-loong.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/catalyst-auto-qemu-loong.conf 
b/tools/catalyst-auto-qemu-loong.conf
index 0c2be771..e486e510 100644
--- a/tools/catalyst-auto-qemu-loong.conf
+++ b/tools/catalyst-auto-qemu-loong.conf
@@ -42,10 +42,10 @@ post_build() {
        pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
        case ${spec} in
                stage3-openrc.spec)
-                       upload stage3-loong-openrc-${TIMESTAMP}.xz*
+                       upload stage3-loong-openrc-${TIMESTAMP}.tar.xz*
                        ;;
                stage3-systemd.spec)
-                       upload stage3-loong-systemd-${TIMESTAMP}.xz*
+                       upload stage3-loong-systemd-${TIMESTAMP}.tar.xz*
                        ;;
        esac
        popd >/dev/null
@@ -53,7 +53,7 @@ post_build() {
        pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
        case ${spec} in
                stage3-systemd-mu.spec)
-                       upload stage3-loong-systemd-mergedusr-${TIMESTAMP}.xz*
+                       upload 
stage3-loong-systemd-mergedusr-${TIMESTAMP}.tar.xz*
                        ;;
        esac
        popd >/dev/null

Reply via email to