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 86C04158041 for ; Fri, 15 Mar 2024 23:15:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65DA7E29C2; Fri, 15 Mar 2024 23:15:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 46322E29C2 for ; Fri, 15 Mar 2024 23:15:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E9C5335D0A for ; Fri, 15 Mar 2024 23:15:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A85A314A8 for ; Fri, 15 Mar 2024 23:15:29 +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: <1710544509.84e4b0bde30a66bc2f6e40510c77d05350225f58.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-amd64.conf tools/catalyst-auto-arm.conf tools/catalyst-auto-arm64.conf tools/catalyst-auto-ia64.conf tools/catalyst-auto-ppc.conf tools/catalyst-auto-ppc64le.conf tools/catalyst-auto-qemu-alpha.conf tools/catalyst-auto-qemu-arm64.conf tools/catalyst-auto-qemu-loong.conf tools/catalyst-auto-qemu-m68k.conf tools/catalyst-auto-qemu-riscv.conf tools/catalyst-auto-s390.conf tools/catalyst-auto-s390x.conf tools/catalyst-auto-sparc64.conf tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 84e4b0bde30a66bc2f6e40510c77d05350225f58 X-VCS-Branch: master Date: Fri, 15 Mar 2024 23:15:29 +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: 31afc68a-0a2c-4490-9650-755844390d89 X-Archives-Hash: bd6e26c946a73d9c743748bd8ffd39dd commit: 84e4b0bde30a66bc2f6e40510c77d05350225f58 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Mar 15 23:14:25 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Mar 15 23:15:09 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=84e4b0bd Build 23.0 first Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-amd64.conf | 30 +++++++++++++++--------------- tools/catalyst-auto-arm.conf | 32 ++++++++++++++++---------------- tools/catalyst-auto-arm64.conf | 14 +++++++------- tools/catalyst-auto-ia64.conf | 4 ++-- tools/catalyst-auto-ppc.conf | 12 ++++++------ tools/catalyst-auto-ppc64le.conf | 12 ++++++------ tools/catalyst-auto-qemu-alpha.conf | 7 ++++++- tools/catalyst-auto-qemu-arm64.conf | 4 ++-- tools/catalyst-auto-qemu-loong.conf | 4 ++-- tools/catalyst-auto-qemu-m68k.conf | 6 +++--- tools/catalyst-auto-qemu-riscv.conf | 16 ++++++++-------- tools/catalyst-auto-s390.conf | 4 ++-- tools/catalyst-auto-s390x.conf | 4 ++-- tools/catalyst-auto-sparc64.conf | 8 ++++---- tools/catalyst-auto-x86.conf | 10 +++++----- 15 files changed, 86 insertions(+), 81 deletions(-) diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf index 75a0f9cc..4aa16c56 100644 --- a/tools/catalyst-auto-amd64.conf +++ b/tools/catalyst-auto-amd64.conf @@ -10,6 +10,21 @@ EMAIL_SUBJECT_PREPEND="[amd64-auto]" SPECS_DIR=${REPO_DIR}/releases/specs/amd64 SETS=" + openrc_23 + systemd_23 + nomultilib_openrc_23 + nomultilib_systemd_23 + llvm_openrc_23 + llvm_systemd_23 + hardened_openrc_23 + hardened_systemd_23 + hardened_selinux_openrc_23 + hardened_selinux_systemd_23 + musl_23 + musl_hardened_23 + musl_llvm_23 + x32_openrc_23 + x32_systemd_23 openrc systemd_mu livegui @@ -26,21 +41,6 @@ SETS=" musl_llvm x32_openrc x32_systemd_mu - openrc_23 - systemd_23 - nomultilib_openrc_23 - nomultilib_systemd_23 - llvm_openrc_23 - llvm_systemd_23 - hardened_openrc_23 - hardened_systemd_23 - hardened_selinux_openrc_23 - hardened_selinux_systemd_23 - musl_23 - musl_hardened_23 - musl_llvm_23 - x32_openrc_23 - x32_systemd_23 " # 17.0 diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf index 37a590fe..7ebd1be3 100644 --- a/tools/catalyst-auto-arm.conf +++ b/tools/catalyst-auto-arm.conf @@ -11,22 +11,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm EMAIL_SUBJECT_PREPEND="[arm-auto]" SETS=" - armv4tl_openrc - armv4tl_systemd_mu - armv5tel_openrc - armv5tel_systemd_mu - armv6j_hf_openrc - armv6j_hf_systemd_mu - armv6j_sf_openrc - armv6j_sf_systemd_mu - armv6j_hf_musl_openrc - armv6j_hf_musl_hardened_openrc - armv7a_hf_openrc - armv7a_hf_systemd_mu - armv7a_sf_openrc - armv7a_sf_systemd_mu - armv7a_hf_musl_openrc - armv7a_hf_musl_hardened_openrc armv4tl_openrc_23 armv4tl_systemd_23 armv5tel_openrc_23 @@ -43,6 +27,22 @@ SETS=" armv7a_sf_systemd_23 armv7a_hf_musl_openrc_23 armv7a_hf_musl_hardened_openrc_23 + armv4tl_openrc + armv4tl_systemd_mu + armv5tel_openrc + armv5tel_systemd_mu + armv6j_hf_openrc + armv6j_hf_systemd_mu + armv6j_sf_openrc + armv6j_sf_systemd_mu + armv6j_hf_musl_openrc + armv6j_hf_musl_hardened_openrc + armv7a_hf_openrc + armv7a_hf_systemd_mu + armv7a_sf_openrc + armv7a_sf_systemd_mu + armv7a_hf_musl_openrc + armv7a_hf_musl_hardened_openrc " SET_armv4tl_openrc_SPECS="armv4tl/stage1-openrc.spec armv4tl/stage3-openrc.spec" diff --git a/tools/catalyst-auto-arm64.conf b/tools/catalyst-auto-arm64.conf index 61c7d67f..27b70c7e 100644 --- a/tools/catalyst-auto-arm64.conf +++ b/tools/catalyst-auto-arm64.conf @@ -7,13 +7,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm64 SUBARCH=arm64 SETS=" - openrc - systemd_mu - llvm_openrc - llvm_systemd_mu - musl - musl_hardened - musl_llvm openrc_23 systemd_23 llvm_openrc_23 @@ -21,6 +14,13 @@ SETS=" musl_23 musl_hardened_23 musl_llvm_23 + openrc + systemd_mu + llvm_openrc + llvm_systemd_mu + musl + musl_hardened + musl_llvm " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec stage3d-openrc.spec" diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index db010a8d..90d9320f 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -6,10 +6,10 @@ UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs/ia64 SETS=" - openrc - systemd_mu openrc_23 systemd_23 + openrc + systemd_mu " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf index 72de76b0..4b5c5a43 100644 --- a/tools/catalyst-auto-ppc.conf +++ b/tools/catalyst-auto-ppc.conf @@ -6,18 +6,18 @@ UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs/ppc SETS=" - openrc - systemd_mu - musl_hardened openrc_23 systemd_23 musl_hardened_23 - openrc_64 - systemd_mu_64 - musl_hardened_64 openrc_64_23 systemd_64_23 musl_hardened_64_23 + openrc + systemd_mu + musl_hardened + openrc_64 + systemd_mu_64 + musl_hardened_64 " SET_openrc_SPECS="ppc32/stage1-openrc.spec ppc32/stage3-openrc.spec" diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index 6589b7d6..8aa1e38c 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -6,18 +6,18 @@ UPLOAD_KEY=/root/.ssh/id_rsa SPECS_DIR=${REPO_DIR}/releases/specs/ppc/ppc64le SETS=" - openrc - systemd_mu - openrc_power9le - systemd_power9le_mu - musl_hardened - musl_hardened_power9le openrc_23 systemd_23 openrc_power9le_23 systemd_power9le_23 musl_hardened_23 musl_hardened_power9le_23 + openrc + systemd_mu + openrc_power9le + systemd_power9le_mu + musl_hardened + musl_hardened_power9le " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index 04d3d8c9..9b53185d 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -6,7 +6,12 @@ UPLOAD_KEY=/root/.ssh/id_ed25519 SPECS_DIR=${REPO_DIR}/releases/specs-qemu/alpha EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]" -SETS="openrc systemd_mu openrc23 systemd23" +SETS=" + openrc23 + systemd23 + openrc + systemd_mu +" SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec" diff --git a/tools/catalyst-auto-qemu-arm64.conf b/tools/catalyst-auto-qemu-arm64.conf index cdd098b1..28ce8dba 100644 --- a/tools/catalyst-auto-qemu-arm64.conf +++ b/tools/catalyst-auto-qemu-arm64.conf @@ -7,10 +7,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/arm64/be SUBARCH=aarch64_be SETS=" - openrc - systemd_mu openrc_23 systemd_23 + openrc + systemd_mu " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" diff --git a/tools/catalyst-auto-qemu-loong.conf b/tools/catalyst-auto-qemu-loong.conf index 08470313..6854851c 100644 --- a/tools/catalyst-auto-qemu-loong.conf +++ b/tools/catalyst-auto-qemu-loong.conf @@ -11,10 +11,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/loong EMAIL_SUBJECT_PREPEND="[loong-qemu-auto]" SETS=" - openrc - systemd_mu openrc23 systemd23 + openrc + systemd_mu " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" diff --git a/tools/catalyst-auto-qemu-m68k.conf b/tools/catalyst-auto-qemu-m68k.conf index 06afd027..86d21356 100644 --- a/tools/catalyst-auto-qemu-m68k.conf +++ b/tools/catalyst-auto-qemu-m68k.conf @@ -11,12 +11,12 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/m68k EMAIL_SUBJECT_PREPEND="[m68k-qemu-auto]" SETS=" - openrc - systemd_mu - musl openrc_23 systemd_23 musl_23 + openrc + systemd_mu + musl " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" diff --git a/tools/catalyst-auto-qemu-riscv.conf b/tools/catalyst-auto-qemu-riscv.conf index 3be768fb..46cdbddb 100644 --- a/tools/catalyst-auto-qemu-riscv.conf +++ b/tools/catalyst-auto-qemu-riscv.conf @@ -11,14 +11,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs-qemu/riscv EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]" SETS=" - lp64d_openrc - lp64d_systemd_mu - lp64d_musl - lp64_openrc - lp64_systemd_mu - lp64_musl - multilib_openrc - multilib_systemd_mu lp64d_openrc_23 lp64d_systemd_23 lp64d_musl_23 @@ -27,6 +19,14 @@ SETS=" lp64_musl_23 multilib_openrc_23 multilib_systemd_23 + lp64d_openrc + lp64d_systemd_mu + lp64d_musl + lp64_openrc + lp64_systemd_mu + lp64_musl + multilib_openrc + multilib_systemd_mu " SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec" diff --git a/tools/catalyst-auto-s390.conf b/tools/catalyst-auto-s390.conf index 5c5884d7..e442ccac 100644 --- a/tools/catalyst-auto-s390.conf +++ b/tools/catalyst-auto-s390.conf @@ -7,10 +7,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390 SUBARCH=s390 SETS=" - openrc - systemd_mu openrc_23 systemd_23 + openrc + systemd_mu " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf index 8627b6fa..99c5c3ef 100644 --- a/tools/catalyst-auto-s390x.conf +++ b/tools/catalyst-auto-s390x.conf @@ -7,10 +7,10 @@ SPECS_DIR=${REPO_DIR}/releases/specs/s390/s390x SUBARCH=s390x SETS=" - openrc - systemd_mu openrc_23 systemd_23 + openrc + systemd_mu " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 24330c68..34b7553d 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -6,14 +6,14 @@ UPLOAD_KEY=/root/.ssh/id_ed25519 SPECS_DIR=${REPO_DIR}/releases/specs/sparc SETS=" - openrc_32 - systemd_32_mu openrc_32_23 systemd_32_23 - openrc_64 - systemd_64_mu openrc_64_23 systemd_64_23 + openrc_32 + systemd_32_mu + openrc_64 + systemd_64_mu " SET_openrc_32_SPECS="sparc/stage1.spec sparc/stage3.spec" diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 896b9c2e..c83047ad 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -10,17 +10,17 @@ EMAIL_SUBJECT_PREPEND="[x86-auto]" SPECS_DIR=${REPO_DIR}/releases/specs/x86 SETS=" + i486_openrc_23 + i486_systemd_23 + i686_openrc_23 + i686_systemd_23 + hardened_openrc_23 i486_openrc i486_systemd_mu i686_openrc i686_systemd_mu hardened_openrc musl - i486_openrc_23 - i486_systemd_23 - i686_openrc_23 - i686_systemd_23 - hardened_openrc_23 " # musl_23