commit:     3b62d92a9e034ec3cb8a750a8313474f19700e41
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 14:21:51 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 14:21:51 2024 +0000
URL:        https://gitweb.gentoo.org/proj/releng.git/commit/?id=3b62d92a

Stop all 17.0 / 20.0 / 22.0 profile builds

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 tools/catalyst-auto-amd64.conf       | 11 -----------
 tools/catalyst-auto-arm.conf         | 10 ----------
 tools/catalyst-auto-arm64.conf       |  5 -----
 tools/catalyst-auto-ia64.conf        |  1 -
 tools/catalyst-auto-ppc.conf         |  4 ----
 tools/catalyst-auto-ppc64le.conf     |  4 ----
 tools/catalyst-auto-qemu-alpha.conf  |  1 -
 tools/catalyst-auto-qemu-arm64.conf  |  1 -
 tools/catalyst-auto-qemu-loong.conf  |  1 -
 tools/catalyst-auto-qemu-m68k.conf   |  2 --
 tools/catalyst-auto-qemu-mips-common |  8 ++++----
 tools/catalyst-auto-qemu-riscv.conf  |  5 -----
 tools/catalyst-auto-s390x.conf       |  2 --
 tools/catalyst-auto-sparc64.conf     |  2 --
 tools/catalyst-auto-x86.conf         |  4 ----
 15 files changed, 4 insertions(+), 57 deletions(-)

diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index 933b04df..788f0f1b 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -27,17 +27,6 @@ SETS="
        musl_llvm_23
        x32_openrc_23
        x32_systemd_23
-       openrc
-       nomultilib_openrc
-       llvm_openrc
-       hardened_openrc
-       hardened_nomultilib_openrc
-       hardened_selinux_openrc
-       hardened_nomultilib_selinux_openrc
-       musl
-       musl_hardened
-       musl_llvm
-       x32_openrc
 "
 
 # 17.0

diff --git a/tools/catalyst-auto-arm.conf b/tools/catalyst-auto-arm.conf
index cce9a0f8..d530c5ea 100644
--- a/tools/catalyst-auto-arm.conf
+++ b/tools/catalyst-auto-arm.conf
@@ -27,16 +27,6 @@ SETS="
        armv7a_sf_systemd_23
        armv7a_hf_musl_openrc_23
        armv7a_hf_musl_hardened_openrc_23
-       armv4tl_openrc
-       armv5tel_openrc
-       armv6j_hf_openrc
-       armv6j_sf_openrc
-       armv6j_hf_musl_openrc
-       armv6j_hf_musl_hardened_openrc
-       armv7a_hf_openrc
-       armv7a_sf_openrc
-       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 28e51b4b..e32763e3 100644
--- a/tools/catalyst-auto-arm64.conf
+++ b/tools/catalyst-auto-arm64.conf
@@ -15,11 +15,6 @@ SETS="
        musl_23
        musl_hardened_23
        musl_llvm_23
-       openrc
-       llvm_openrc
-       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 b4500e5a..6527141e 100644
--- a/tools/catalyst-auto-ia64.conf
+++ b/tools/catalyst-auto-ia64.conf
@@ -8,7 +8,6 @@ SPECS_DIR=${REPO_DIR}/releases/specs/ia64
 SETS="
        openrc_23
        systemd_23
-       openrc
 "
 
 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"

diff --git a/tools/catalyst-auto-ppc.conf b/tools/catalyst-auto-ppc.conf
index 1a195805..b62aaa84 100644
--- a/tools/catalyst-auto-ppc.conf
+++ b/tools/catalyst-auto-ppc.conf
@@ -12,10 +12,6 @@ SETS="
        openrc_64_23
        systemd_64_23
        musl_hardened_64_23
-       openrc
-       musl_hardened
-       openrc_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 aba6051a..a6d46bd9 100644
--- a/tools/catalyst-auto-ppc64le.conf
+++ b/tools/catalyst-auto-ppc64le.conf
@@ -12,10 +12,6 @@ SETS="
        systemd_power9le_23
        musl_hardened_23
        musl_hardened_power9le_23
-       openrc
-       openrc_power9le
-       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 d62670b1..b2946afc 100644
--- a/tools/catalyst-auto-qemu-alpha.conf
+++ b/tools/catalyst-auto-qemu-alpha.conf
@@ -9,7 +9,6 @@ EMAIL_SUBJECT_PREPEND="[alpha-qemu-auto]"
 SETS="
        openrc23
        systemd23
-       openrc
 "
 
 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"

diff --git a/tools/catalyst-auto-qemu-arm64.conf 
b/tools/catalyst-auto-qemu-arm64.conf
index 2afa2c87..0fa4f46a 100644
--- a/tools/catalyst-auto-qemu-arm64.conf
+++ b/tools/catalyst-auto-qemu-arm64.conf
@@ -9,7 +9,6 @@ SUBARCH=aarch64_be
 SETS="
        openrc_23
        systemd_23
-       openrc
 "
 
 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 b35f9216..4146886f 100644
--- a/tools/catalyst-auto-qemu-loong.conf
+++ b/tools/catalyst-auto-qemu-loong.conf
@@ -13,7 +13,6 @@ EMAIL_SUBJECT_PREPEND="[loong-qemu-auto]"
 SETS="
        openrc23
        systemd23
-       openrc
 "
 
 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 a33c3ca9..1dd80539 100644
--- a/tools/catalyst-auto-qemu-m68k.conf
+++ b/tools/catalyst-auto-qemu-m68k.conf
@@ -14,8 +14,6 @@ SETS="
        openrc_23
        systemd_23
        musl_23
-       openrc
-       musl
 "
 
 SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec"

diff --git a/tools/catalyst-auto-qemu-mips-common 
b/tools/catalyst-auto-qemu-mips-common
index 238bd89e..b65ddd23 100644
--- a/tools/catalyst-auto-qemu-mips-common
+++ b/tools/catalyst-auto-qemu-mips-common
@@ -28,7 +28,7 @@ SETS_O32_23="
        mips2_o32_musl_23
 "
 
-SETS_O32="${SETS_O32_17} ${SETS_O32_23}"
+SETS_O32="${SETS_O32_23}"
 
 SETS_N32_17="
        mipsel3_n32_openrc
@@ -42,7 +42,7 @@ SETS_N32_23="
        mips3_n32_systemd_23
 "
 
-SETS_N32="${SETS_N32_17} ${SETS_N32_23}"
+SETS_N32="${SETS_N32_23}"
 
 SETS_N64_17="
        mipsel3_n64_openrc
@@ -56,7 +56,7 @@ SETS_N64_23="
        mips3_n64_systemd_23
 "
 
-SETS_N64="${SETS_N64_17} ${SETS_N64_23}"
+SETS_N64="${SETS_N64_23}"
 
 SETS_MULTI_17="
        mipsel3_multilib_openrc
@@ -70,7 +70,7 @@ SETS_MULTI_23="
        mips3_multilib_systemd_23
 "
 
-SETS_MULTI="${SETS_MULTI_17} ${SETS_MULTI_23}"
+SETS_MULTI="${SETS_MULTI_23}"
 
 
 # 17.0 O32

diff --git a/tools/catalyst-auto-qemu-riscv.conf 
b/tools/catalyst-auto-qemu-riscv.conf
index d88df515..5b7bdb94 100644
--- a/tools/catalyst-auto-qemu-riscv.conf
+++ b/tools/catalyst-auto-qemu-riscv.conf
@@ -25,11 +25,6 @@ SETS="
        ilp32_openrc_23
        ilp32_systemd_23
        ilp32_musl_23
-       lp64d_openrc
-       lp64d_musl
-       lp64_openrc
-       lp64_musl
-       multilib_openrc
 "
 
 SET_lp64d_musl_SPECS="stage1-lp64d-musl.spec stage3-lp64d-musl.spec"

diff --git a/tools/catalyst-auto-s390x.conf b/tools/catalyst-auto-s390x.conf
index 9d2aa65e..ee4297c2 100644
--- a/tools/catalyst-auto-s390x.conf
+++ b/tools/catalyst-auto-s390x.conf
@@ -10,8 +10,6 @@ SETS="
        systemd_64_23
        openrc_32_23
        systemd_32_23
-       openrc_64
-       openrc_32
 "
 
 SET_openrc_64_SPECS="s390x/stage1-openrc.spec s390x/stage3-openrc.spec"

diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
index 3f797369..f7f243e0 100644
--- a/tools/catalyst-auto-sparc64.conf
+++ b/tools/catalyst-auto-sparc64.conf
@@ -10,8 +10,6 @@ SETS="
        systemd_32_23
        openrc_64_23
        systemd_64_23
-       openrc_32
-       openrc_64
 "
 
 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 1305eca7..8cfd0b1e 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -16,10 +16,6 @@ SETS="
        i686_systemd_23
        hardened_openrc_23
        musl_23
-       i486_openrc
-       i686_openrc
-       hardened_openrc
-       musl
 "
 
 SET_i486_openrc_SPECS="i486/stage1-openrc.spec i486/stage3-openrc.spec"

Reply via email to