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 0BA72158086 for ; Wed, 17 Nov 2021 19:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC69FE0870; Wed, 17 Nov 2021 19:46:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0BB84E0870 for ; Wed, 17 Nov 2021 19:46:40 +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 0B4C4342D4B for ; Wed, 17 Nov 2021 19:46:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635F3163 for ; Wed, 17 Nov 2021 19:46:36 +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: <1637178349.94914ae93dfa035896efc38d395a6759ca355871.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: 94914ae93dfa035896efc38d395a6759ca355871 X-VCS-Branch: master Date: Wed, 17 Nov 2021 19:46:36 +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: ed528300-983d-4694-9c30-37e71afa9366 X-Archives-Hash: da301930f19261161ce4fceb1b6ee399 commit: 94914ae93dfa035896efc38d395a6759ca355871 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 17 19:45:49 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 17 19:45:49 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=94914ae9 tools/catalyst-auto-ppc.conf: enable ppc32 musl builds Signed-off-by: Georgy Yakovlev gentoo.org> tools/catalyst-auto-ppc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 28b7189f..8b08df59 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -13,7 +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" +OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc @@ -49,7 +49,7 @@ post_build() { upload default/stage3-ppc-openrc-*${TIMESTAMP}*.xz* ;; ppc32/stage3-musl-hardened-openrc.spec) - upload default/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz* + upload musl-hardened/stage3-ppc-musl-hardened-openrc-*${TIMESTAMP}*.xz* ;; ppc64/stage3-openrc.spec) upload default/stage3-ppc64-openrc-*${TIMESTAMP}*.xz*