commit:     331a4e5ccf1f372738759b9bd62ef2b99d831e03
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 13:31:23 2022 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 13:31:23 2022 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=331a4e5c

ia64: fix filenames

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

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

diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf
index 8a54b0f1..a24190e4 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -43,10 +43,10 @@ post_build() {
                upload *${TIMESTAMP}*.iso*
                ;;
        stage3-openrc.spec)
-               upload stage3-ia64-openrc-${TIMESTAMP}.xz*
+               upload stage3-ia64-openrc-${TIMESTAMP}.tar.xz*
                ;;
        stage3-systemd.spec)
-               upload stage3-ia64-systemd-${TIMESTAMP}.xz*
+               upload stage3-ia64-systemd-${TIMESTAMP}.tar.xz*
                ;;
        esac
        popd >/dev/null
@@ -54,7 +54,7 @@ post_build() {
        pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null
        case ${spec} in
        stage3-systemd-mu.spec)
-               upload stage3-ia64-systemd-mergedusr-${TIMESTAMP}.xz*
+               upload stage3-ia64-systemd-mergedusr-${TIMESTAMP}.tar.xz*
                ;;
        esac
        popd >/dev/null

Reply via email to