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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90D9B1580B1 for ; Mon, 30 Aug 2021 12:30:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFBCCE08A2; Mon, 30 Aug 2021 12:30:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8C9EE08A2 for ; Mon, 30 Aug 2021 12:30:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C52E335DCA for ; Mon, 30 Aug 2021 12:30:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7118250 for ; Mon, 30 Aug 2021 12:30:29 +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: <1630326607.1cfb6e041cea0995d3d7bac8589fc610e2bf66aa.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-arm.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1cfb6e041cea0995d3d7bac8589fc610e2bf66aa X-VCS-Branch: master Date: Mon, 30 Aug 2021 12:30:29 +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: 7eb6fbab-c8ae-4013-912f-cc8d67a605e7 X-Archives-Hash: 4a23a8f234ba03fc3b7dbb913dff663d commit: 1cfb6e041cea0995d3d7bac8589fc610e2bf66aa Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 30 12:30:07 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Aug 30 12:30:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1cfb6e04 Fix arm filenames Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-arm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index 27e86522..5942aca2 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -87,13 +87,13 @@ post_build() { upload stage3-armv6j_hardfp-systemd-${TIMESTAMP}*.xz* ;; armv7a/stage3-openrc.spec) - upload stage3-armv7a-${TIMESTAMP}*.xz* + upload stage3-armv7a-openrc-${TIMESTAMP}*.xz* ;; armv7a/stage3-systemd.spec) upload stage3-armv7a-systemd-${TIMESTAMP}*.xz* ;; armv7a/stage3-hardfloat-openrc.spec) - upload stage3-armv7a_hardfp-${TIMESTAMP}*.xz* + upload stage3-armv7a_hardfp-openrc-${TIMESTAMP}*.xz* ;; armv7a/stage3-hardfloat-systemd.spec) upload stage3-armv7a_hardfp-systemd-${TIMESTAMP}*.xz*