From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5D58C1581CA for ; Thu, 12 Jun 2025 22:38:47 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3DE2E342263 for ; Thu, 12 Jun 2025 22:38:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 246A31104DB; Thu, 12 Jun 2025 22:38:46 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1250C1104DB for ; Thu, 12 Jun 2025 22:38:46 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 86FC2342263 for ; Thu, 12 Jun 2025 22:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F20E864F for ; Thu, 12 Jun 2025 22:38:43 +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: <1749767897.87eea8b66cef13d62fc8bcf2e27a573e86423b75.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-m68k.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 87eea8b66cef13d62fc8bcf2e27a573e86423b75 X-VCS-Branch: master Date: Thu, 12 Jun 2025 22:38:43 +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: 1527643c-738b-4257-b21d-802326ddcb21 X-Archives-Hash: 67ad32fa6a22864cd0ebb6b8571c726c commit: 87eea8b66cef13d62fc8bcf2e27a573e86423b75 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Jun 12 22:38:17 2025 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Thu Jun 12 22:38:17 2025 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=87eea8b6 Fix filenames Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-m68k.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index acb97885..021d3907 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -65,13 +65,13 @@ post_build() { ;; aligned/stage3-openrc-23.spec) pushd "${BUILD_SRCDIR_BASE}/builds/23.0-time64" >/dev/null - upload stage3-m68k-t64-openrc-${TIMESTAMP}*.xz* + upload stage3-m68k_a32-t64-openrc-${TIMESTAMP}*.xz* popd >/dev/null ;; aligned/stage3-systemd-23.spec) pushd "${BUILD_SRCDIR_BASE}/builds/23.0-time64" >/dev/null - upload stage3-m68k-t64-systemd-${TIMESTAMP}*.xz* - upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-m68k" m68k/23.0/m68k-t64 + upload stage3-m68k_a32-t64-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-time64/stage3-m68k_a32" m68k/23.0/m68k-t64 popd >/dev/null ;; *)