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 098B2158020 for ; Tue, 29 Nov 2022 19:55:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C878E089A; Tue, 29 Nov 2022 19:55:11 +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 F0096E089A for ; Tue, 29 Nov 2022 19:55:10 +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 10F5833BEAC for ; Tue, 29 Nov 2022 19:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7E0573C for ; Tue, 29 Nov 2022 19:55:08 +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: <1669751405.1b9b7d82f62df176fa60734e136ea355af441072.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-loong.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1b9b7d82f62df176fa60734e136ea355af441072 X-VCS-Branch: master Date: Tue, 29 Nov 2022 19:55:08 +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: 35802c04-f1cd-494b-a5ef-c63264ba6e36 X-Archives-Hash: 6be83762894b17a23124dd860a9984ef commit: 1b9b7d82f62df176fa60734e136ea355af441072 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Nov 29 19:50:05 2022 +0000 Commit: Andreas K. Hüttel gentoo 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 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