From de23c091f235fa65ce8a92db7eb3aed4ac7ff9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Thu, 8 Dec 2022 17:27:58 +0100 Subject: [PATCH] hppa: fix upload filenames MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- 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