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 CD9F41382C5 for ; Wed, 19 May 2021 19:50:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 168CDE0821; Wed, 19 May 2021 19:50:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0151DE0821 for ; Wed, 19 May 2021 19:50:31 +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 83124335DAF for ; Wed, 19 May 2021 19:50:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B653B5D2 for ; Wed, 19 May 2021 19:50:28 +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: <1621453810.3ed274bd9cc059eb6636b37008e7a08e826689ec.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64-musl.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 3ed274bd9cc059eb6636b37008e7a08e826689ec X-VCS-Branch: master Date: Wed, 19 May 2021 19:50:28 +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: b650f073-2123-4fbd-8a27-90ee64ab41e6 X-Archives-Hash: 5355d1ea51f44c1f9c122c9f5f668889 commit: 3ed274bd9cc059eb6636b37008e7a08e826689ec Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed May 19 19:50:10 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed May 19 19:50:10 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3ed274bd Fix musl upload logic Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-amd64-musl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-amd64-musl.conf b/tools/catalyst-auto-amd64-musl.conf index 13482b10..0ce857ec 100644 --- a/tools/catalyst-auto-amd64-musl.conf +++ b/tools/catalyst-auto-amd64-musl.conf @@ -50,7 +50,7 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}"/builds/musl >/dev/null || exit UPLOAD_DEST=${BUILD_DESTDIR_BASE} case ${spec} in - stage3.spec) + musl/stage3.spec) upload stage3-amd64-musl-${TIMESTAMP}.tar.xz* ;; esac @@ -59,7 +59,7 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}"/builds/musl-hardened >/dev/null || exit UPLOAD_DEST=${BUILD_DESTDIR_BASE} case ${spec} in - stage3.spec) + musl/stage3-hardened.spec) upload stage3-amd64-musl-hardened-${TIMESTAMP}.tar.xz* ;; esac