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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DCC2158086 for ; Fri, 19 Nov 2021 21:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3729E07D8; Fri, 19 Nov 2021 21:40:52 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E590E07D8 for ; Fri, 19 Nov 2021 21:40:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E06AC342E3C for ; Fri, 19 Nov 2021 21:40:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CC031BD for ; Fri, 19 Nov 2021 21:40:49 +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: <1637357922.872caf0ddbc3c96d9ee5c65f8fd0fc6dc89fe434.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: 872caf0ddbc3c96d9ee5c65f8fd0fc6dc89fe434 X-VCS-Branch: master Date: Fri, 19 Nov 2021 21:40:49 +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: 9129ce5a-ccf7-4d06-b7d8-2653e38d8703 X-Archives-Hash: ba0b5a5fe623ea13c432d48a0d3a695b commit: 872caf0ddbc3c96d9ee5c65f8fd0fc6dc89fe434 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Nov 19 21:38:42 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Nov 19 21:38:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=872caf0d armv7a musl: fix upload filename 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 40569d87..e2ab9a9a 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -111,8 +111,8 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null case ${spec} in - armv7a/musl/stage3-hardfloat.spec) - upload stage3-armv7a_hardfp_musl-${TIMESTAMP}*.xz* + armv7a-musl/stage3-hardfloat.spec) + upload stage3-armv7a_hardfp_musl-openrc-${TIMESTAMP}*.xz* ;; esac