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 A0E6113835A for ; Thu, 13 May 2021 03:19:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC384E088B; Thu, 13 May 2021 03:19:10 +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 0B129E0887 for ; Thu, 13 May 2021 03:19:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4DBD5340C7C for ; Thu, 13 May 2021 03:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE7D775F for ; Thu, 13 May 2021 03:19:06 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1620863775.9740ac8c55c4755bc1328998db50dd3d24be91ca.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc.conf X-VCS-Directories: tools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9740ac8c55c4755bc1328998db50dd3d24be91ca X-VCS-Branch: master Date: Thu, 13 May 2021 03:19:06 +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: e1ddd6bb-b9fa-49db-9858-eb0861f7412b X-Archives-Hash: b2f9c9428db0a274f8211b5c6d2a2fe3 commit: 9740ac8c55c4755bc1328998db50dd3d24be91ca Author: Georgy Yakovlev gentoo org> AuthorDate: Wed May 12 23:55:07 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed May 12 23:56:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=9740ac8c tools/catalyst-auto-ppc.conf: optionally build musl specs, disabled until tested Signed-off-by: Georgy Yakovlev gentoo.org> tools/catalyst-auto-ppc.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 40ddd149..0fbc89c8 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -11,7 +11,8 @@ SPECS="ppc32/stage1.spec ppc32/stage3.spec ppc64/stage1.spec ppc64/stage3.spec" #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec" OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" - +#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/musl-hardened-stage1.spec ppc64/musl-hardened-stage3.spec" + KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc EMAIL_SUBJECT_PREPEND="[ppc-auto]" @@ -48,6 +49,9 @@ post_build() { ppc64/stage3.spec) upload default/stage3-ppc64-*${TIMESTAMP}*.xz* ;; + ppc64/musl-hardened-stage3*.spec) + upload musl-hardened/stage3-ppc64-musl-hardened-${TIMESTAMP}*.xz* + ;; *) echo "Finished ${spec}" ;;