From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB077158020 for ; Thu, 8 Dec 2022 16:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F04CEE0817; Thu, 8 Dec 2022 16:28:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6AA2E0817 for ; Thu, 8 Dec 2022 16:28:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03C54340D11 for ; Thu, 8 Dec 2022 16:28:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98E655BF for ; Thu, 8 Dec 2022 16:28:19 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1670516878.de23c091f235fa65ce8a92db7eb3aed4ac7ff9bc.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-hppa.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: de23c091f235fa65ce8a92db7eb3aed4ac7ff9bc X-VCS-Branch: master Date: Thu, 8 Dec 2022 16:28:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 92e4fc23-d9e3-40e5-84aa-f58d314ce124 X-Archives-Hash: bf121a6911fb6584fac212f0d31cb623 commit: de23c091f235fa65ce8a92db7eb3aed4ac7ff9bc Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Dec 8 16:27:58 2022 +0000 Commit: Andreas K. Hüttel gentoo 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 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