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 6D698158089 for ; Sun, 12 Nov 2023 01:41:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF8DD2BC016; Sun, 12 Nov 2023 01:41:54 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91A912BC016 for ; Sun, 12 Nov 2023 01:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 93A39335CB9 for ; Sun, 12 Nov 2023 01:41:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BFD9BCF for ; Sun, 12 Nov 2023 01:41:52 +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: <1699753282.d7b032dd84d469e8195b1eb595c62637dfdb5e47.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc.conf tools/catalyst-auto-ppc64le.conf tools/catalyst-auto-qemu-loong.conf tools/catalyst-auto-qemu-m68k.conf tools/catalyst-auto-qemu-mips-common X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: d7b032dd84d469e8195b1eb595c62637dfdb5e47 X-VCS-Branch: master Date: Sun, 12 Nov 2023 01:41:52 +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: 77210238-6672-4dba-95eb-fbb77a3bda05 X-Archives-Hash: fb656ae7dafe83abfbde08da25f8e42c commit: d7b032dd84d469e8195b1eb595c62637dfdb5e47 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Nov 12 01:41:22 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Nov 12 01:41:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=d7b032dd Stop building systemd split-usr stages for loong, mips, m68k, ppc, ppc64 Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-ppc.conf | 4 ++-- tools/catalyst-auto-ppc64le.conf | 2 -- tools/catalyst-auto-qemu-loong.conf | 1 - tools/catalyst-auto-qemu-m68k.conf | 1 - tools/catalyst-auto-qemu-mips-common | 11 ----------- 5 files changed, 2 insertions(+), 17 deletions(-) diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 727e7eb7..f354b260 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -11,10 +11,10 @@ SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec ppc64/stage1-openrc.spe #SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec" 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-systemd.spec ppc64/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-systemd-mu.spec ppc64/stage3-systemd-mu.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc64/stage1-musl-hardened-openrc.spec ppc64/stage3-musl-hardened-openrc.spec" -OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec" +#OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd.spec ppc32/stage3-systemd.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-systemd-mu.spec ppc32/stage3-systemd-mu.spec" OPTIONAL_SPECS="${OPTIONAL_SPECS} ppc32/stage1-musl-hardened-openrc.spec ppc32/stage3-musl-hardened-openrc.spec" diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index f051430a..eb27429c 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -7,10 +7,8 @@ SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le SETS=" openrc - systemd systemd_mu openrc_power9le - systemd_power9le systemd_power9le_mu musl_hardened musl_hardened_power9le diff --git a/tools/catalyst-auto-qemu-loong.conf b/tools/catalyst-auto-qemu-loong.conf index c5cb8df1..b88a0891 100644 --- a/tools/catalyst-auto-qemu-loong.conf +++ b/tools/catalyst-auto-qemu-loong.conf @@ -12,7 +12,6 @@ EMAIL_SUBJECT_PREPEND="[loong-qemu-auto]" SETS=" openrc - systemd systemd_mu " diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index 39bdd83b..ed9f3b3e 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -13,7 +13,6 @@ EMAIL_SUBJECT_PREPEND="[m68k-qemu-auto]" SETS=" musl openrc - systemd systemd_mu " diff --git a/tools/catalyst-auto-qemu-mips-common b/tools/catalyst-auto-qemu-mips-common index 300bfae6..0ae79925 100644 --- a/tools/catalyst-auto-qemu-mips-common +++ b/tools/catalyst-auto-qemu-mips-common @@ -8,48 +8,37 @@ EMAIL_SUBJECT_PREPEND="[mips-qemu-auto]" SETS_O32=" mips2_softfloat_o32_openrc - mips2_softfloat_o32_systemd mips2_softfloat_o32_systemd_mu mips2_o32_openrc - mips2_o32_systemd mips2_o32_systemd_mu mips2_o32_musl mipsel2_softfloat_o32_openrc - mipsel2_softfloat_o32_systemd mipsel2_softfloat_o32_systemd_mu mipsel2_o32_openrc - mipsel2_o32_systemd mipsel2_o32_systemd_mu mipsel3_o32_openrc - mipsel3_o32_systemd mipsel3_o32_systemd_mu mipsel2_o32_musl " SETS_N32=" mips3_n32_openrc - mips3_n32_systemd mips3_n32_systemd_mu mipsel3_n32_openrc - mipsel3_n32_systemd mipsel3_n32_systemd_mu " SETS_N64=" mips3_n64_openrc - mips3_n64_systemd mips3_n64_systemd_mu mipsel3_n64_openrc - mipsel3_n64_systemd mipsel3_n64_systemd_mu " SETS_MULTI=" mips3_multilib_openrc - mips3_multilib_systemd mips3_multilib_systemd_mu mipsel3_multilib_openrc - mipsel3_multilib_systemd mipsel3_multilib_systemd_mu "