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 5317D1382C5 for ; Mon, 31 May 2021 08:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE820E084A; Mon, 31 May 2021 08:27:36 +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 98D59E084A for ; Mon, 31 May 2021 08:27:36 +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 CA839335DB1 for ; Mon, 31 May 2021 08:27:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 742B478B for ; Mon, 31 May 2021 08:27:34 +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: <1622441915.3b9621a4369f0f54a31f189ec07f095358197277.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: 3b9621a4369f0f54a31f189ec07f095358197277 X-VCS-Branch: master Date: Mon, 31 May 2021 08:27:34 +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: 9234af78-c3ed-4575-8448-07c1fcd84c78 X-Archives-Hash: cc5f6a7499a3603b3011eb138b23f9af commit: 3b9621a4369f0f54a31f189ec07f095358197277 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon May 31 06:18:35 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon May 31 06:18:35 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3b9621a4 tools/catalyst-auto-ppc.conf: enable ppc64 hardened 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 0fbc89c8..9717ee93 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -11,7 +11,7 @@ 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" +OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/musl-hardened-stage1.spec ppc64/musl-hardened-stage3.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/powerpc @@ -20,7 +20,7 @@ EMAIL_SUBJECT_PREPEND="[ppc-auto]" update_symlinks() { # Symlink the latest stages3 to build from local d f - for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do + for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/musl-hardened" ; do pushd "${d}" >/dev/null for f in $(ls stage3-ppc-*xz | grep -v latest | give_latest_from_dates) ; do local of=$(echo "${f}" | convert_filename)