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 93BA0158003 for ; Wed, 17 Nov 2021 21:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C29B9E08A2; Wed, 17 Nov 2021 21:59:15 +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 2E1DFE08A2 for ; Wed, 17 Nov 2021 21:59:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 024D5342C09 for ; Wed, 17 Nov 2021 21:59:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E7C729 for ; Wed, 17 Nov 2021 21:59:10 +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: <1637186334.c085d86fb04abcbdd69ee46f78f5f6d6af64070d.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: c085d86fb04abcbdd69ee46f78f5f6d6af64070d X-VCS-Branch: master Date: Wed, 17 Nov 2021 21:59:10 +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: 2fca1159-a050-428d-a666-655a04de01b9 X-Archives-Hash: 3d9fe4f7bdae7b9c42cc6b7d0433876d commit: c085d86fb04abcbdd69ee46f78f5f6d6af64070d Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Nov 17 21:58:54 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Nov 17 21:58:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c085d86f "musl" moves from TIMESTAMP part to subarch part, the return Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-arm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index 252b15fb..40569d87 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -112,7 +112,7 @@ post_build() { case ${spec} in armv7a/musl/stage3-hardfloat.spec) - upload stage3-armv7a_hardfp-musl-${TIMESTAMP}*.xz* + upload stage3-armv7a_hardfp_musl-${TIMESTAMP}*.xz* ;; esac