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 93A6C158041 for ; Sat, 2 Mar 2024 14:37:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3C36E29AF; Sat, 2 Mar 2024 14:37:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 721B2E29AF for ; Sat, 2 Mar 2024 14:37:14 +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 AB6CF33BF60 for ; Sat, 2 Mar 2024 14:37:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 484201049 for ; Sat, 2 Mar 2024 14:37:12 +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: <1709390214.c876e6429a26e622761f2b5557b7ee385f152517.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-hppa.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c876e6429a26e622761f2b5557b7ee385f152517 X-VCS-Branch: master Date: Sat, 2 Mar 2024 14:37:12 +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: 19465e6c-34ad-4728-9114-1d61bdd54304 X-Archives-Hash: 8d6897b3ed4d739a513a3228d5914ba7 commit: c876e6429a26e622761f2b5557b7ee385f152517 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 2 14:36:54 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Mar 2 14:36:54 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=c876e642 Enable hppa 23.0 builds Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-hppa.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 2cddc6c5..f5ee4d2d 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -10,6 +10,10 @@ SETS=" hppa11_systemd_mu hppa20_openrc hppa20_systemd_mu + hppa11_openrc_23 + hppa11_systemd_23 + hppa20_openrc_23 + hppa20_systemd_23 " SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec" @@ -22,6 +26,15 @@ SET_hppa20_openrc_OPTIONAL_SPECS="netboot-hppa64.spec" SET_hppa20_systemd_mu_SPECS="hppa2.0/stage1-systemd-mu.spec hppa2.0/stage3-systemd-mu.spec" +SET_hppa11_openrc_23_SPECS="hppa1.1/stage1-openrc-23.spec hppa1.1/stage3-openrc-23.spec" + +SET_hppa11_systemd_23_SPECS="hppa1.1/stage1-systemd-23.spec hppa1.1/stage3-systemd-23.spec" + +SET_hppa20_openrc_23_SPECS="hppa2.0/stage1-openrc-23.spec hppa2.0/stage3-openrc-23.spec" + +SET_hppa20_systemd_23_SPECS="hppa2.0/stage1-systemd-23.spec hppa2.0/stage3-systemd-23.spec" + + KCONFIG_DIR=${REPO_DIR}/releases/kconfig/hppa EMAIL_SUBJECT_PREPEND="[hppa-auto]" @@ -73,6 +86,17 @@ post_build() { esac popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null + case ${spec} in + hppa1.1/stage3-systemd-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-hppa1.1" hppa/23.0/hppa1.1 + ;; + hppa2.0/stage3-systemd-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-hppa2.0" hppa/23.0/hppa2.0 + ;; + esac + popd >/dev/null + pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null case ${spec} in hppa1.1/stage3-systemd-mu.spec)