commit:     de23c091f235fa65ce8a92db7eb3aed4ac7ff9bc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 16:27:58 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 16:27:58 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=de23c091

hppa: fix upload filenames

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

 tools/catalyst-auto-hppa.conf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf
index cfe2e9e8..a03a5f7d 100644
--- a/tools/catalyst-auto-hppa.conf
+++ b/tools/catalyst-auto-hppa.conf
@@ -60,16 +60,16 @@ post_build() {
                upload install-hppa-minimal-*${TIMESTAMP}*.iso*
                ;;
        hppa1.1/stage3-openrc.spec)
-               upload stage3-hppa1.1-openrc-${TIMESTAMP}.xz*
+               upload stage3-hppa1.1-openrc-${TIMESTAMP}.tar.xz*
                ;;
        hppa1.1/stage3-systemd.spec)
-               upload stage3-hppa1.1-systemd-${TIMESTAMP}.xz*
+               upload stage3-hppa1.1-systemd-${TIMESTAMP}.tar.xz*
                ;;
        hppa2.0/stage3-openrc.spec)
-               upload stage3-hppa2.0-openrc-${TIMESTAMP}.xz*
+               upload stage3-hppa2.0-openrc-${TIMESTAMP}.tar.xz*
                ;;
        hppa2.0/stage3-systemd.spec)
-               upload stage3-hppa2.0-systemd-${TIMESTAMP}.xz*
+               upload stage3-hppa2.0-systemd-${TIMESTAMP}.tar.xz*
                ;;
        esac
        popd >/dev/null
@@ -77,10 +77,10 @@ post_build() {
        pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null
        case ${spec} in
        hppa1.1/stage3-systemd-mu.spec)
-               upload stage3-hppa1.1-systemd-mergedusr-${TIMESTAMP}.xz*
+               upload stage3-hppa1.1-systemd-mergedusr-${TIMESTAMP}.tar.xz*
                ;;
        hppa2.0/stage3-systemd-mu.spec)
-               upload stage3-hppa2.0-systemd-mergedusr-${TIMESTAMP}.xz*
+               upload stage3-hppa2.0-systemd-mergedusr-${TIMESTAMP}.tar.xz*
                ;;
        esac
        popd >/dev/null

Reply via email to