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 0D89E158086 for ; Wed, 17 Nov 2021 05:27:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23D4DE07EC; Wed, 17 Nov 2021 05:27:03 +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 AE246E07EC for ; Wed, 17 Nov 2021 05:27:02 +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 1829D342B62 for ; Wed, 17 Nov 2021 05:27:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 953E6143 for ; Wed, 17 Nov 2021 05:26:59 +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: <1637126773.d5bc58b85fc61b3062a40985065f7d904cdd0aed.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: d5bc58b85fc61b3062a40985065f7d904cdd0aed X-VCS-Branch: master Date: Wed, 17 Nov 2021 05:26:59 +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: a7d9afaf-deb9-4877-869b-6d01028408a3 X-Archives-Hash: b1171186e2e447c0b5030a28b201fbaa commit: d5bc58b85fc61b3062a40985065f7d904cdd0aed Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 17 05:26:13 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 17 05:26:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=d5bc58b8 tools/catalyst-auto-ppc.conf: add config for musl specs (disabled) Signed-off-by: Georgy Yakovlev gentoo.org> tools/catalyst-auto-ppc.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index e27e3687..28b7189f 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -13,6 +13,7 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe OPTIONAL_SPECS="ppc32/installcd-stage1.spec ppc32/installcd-stage2-minimal.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd.spec ppc64/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec" +#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc @@ -47,6 +48,9 @@ post_build() { ppc32/stage3-openrc.spec) upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz* ;; + ppc32/stage3-musl-hardened-openrc.spec) + upload default/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz* + ;; ppc64/stage3-openrc.spec) upload default/stage3-ppc64-openrc-*${TIMESTAMP}*.xz* ;;