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 DDA58158003 for ; Wed, 10 Nov 2021 20:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C652BC013; Wed, 10 Nov 2021 20:59:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CF5F2BC013 for ; Wed, 10 Nov 2021 20:59:17 +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 89F9C3430C1 for ; Wed, 10 Nov 2021 20:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8FC34A for ; Wed, 10 Nov 2021 20:59:13 +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: <1636577936.2c7bdeedc02380f003c3d2c7487257db10d82630.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: 2c7bdeedc02380f003c3d2c7487257db10d82630 X-VCS-Branch: master Date: Wed, 10 Nov 2021 20:59:13 +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: 37cbc74f-5864-4bc0-8bdf-dad556d62b2f X-Archives-Hash: 01b3d3d20fb15f4ff95a11ed9198ff01 commit: 2c7bdeedc02380f003c3d2c7487257db10d82630 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Nov 10 20:58:56 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Nov 10 20:58:56 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=2c7bdeed Also upload arm-musl stages Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-arm.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index f99e537a..228d4cea 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -107,4 +107,14 @@ post_build() { esac popd >/dev/null + + pushd "${BUILD_SRCDIR_BASE}/builds/musl" >/dev/null + + case ${spec} in + armv7a/musl/stage3-hardfloat.spec) + upload stage3-armv7a_hardfp-musl-${TIMESTAMP}*.xz* + ;; + esac + + popd >/dev/null }