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 9229D158041 for ; Fri, 22 Mar 2024 22:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5F2BE29F4; Fri, 22 Mar 2024 22:08:21 +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 9A4B5E29F4 for ; Fri, 22 Mar 2024 22:08:21 +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 D14D334305D for ; Fri, 22 Mar 2024 22:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EBF91591 for ; Fri, 22 Mar 2024 22:08:19 +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: <1711145286.7114a9599ada20816a3095d7e2dfe9e0b698f9db.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-arm64.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7114a9599ada20816a3095d7e2dfe9e0b698f9db X-VCS-Branch: master Date: Fri, 22 Mar 2024 22:08:19 +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: 7264df8f-5c38-4706-b8a5-e98307ed2301 X-Archives-Hash: 080d004dbeb4750f0792545aa86442c1 commit: 7114a9599ada20816a3095d7e2dfe9e0b698f9db Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Mar 22 22:08:06 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Mar 22 22:08:06 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=7114a959 Upload 23.0 stages for arm64 (2) Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-arm64.conf | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/tools/catalyst-auto-qemu-arm64.conf b/tools/catalyst-auto-qemu-arm64.conf index 28ce8dba..2afa2c87 100644 --- a/tools/catalyst-auto-qemu-arm64.conf +++ b/tools/catalyst-auto-qemu-arm64.conf @@ -10,13 +10,10 @@ SETS=" openrc_23 systemd_23 openrc - systemd_mu " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" -SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec" - SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec" SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec" @@ -46,23 +43,18 @@ post_build() { pushd "${BUILD_SRCDIR_BASE}/builds/default" >/dev/null case ${spec} in stage3-openrc.spec) - upload stage3-${SUBARCH}-openrc-${TIMESTAMP}*.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-aarch64_be" arm64/17.0/aarch64_be ;; esac popd >/dev/null - pushd "${BUILD_SRCDIR_BASE}/builds/mergedusr" >/dev/null - case ${spec} in - stage3-systemd-mu.spec) - upload stage3-${SUBARCH}-systemd-mergedusr-${TIMESTAMP}*.xz* - ;; - esac - popd >/dev/null - pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null case ${spec} in + stage3-openrc-23.spec) + upload stage3-${SUBARCH}-openrc-${TIMESTAMP}*.xz* + ;; stage3-systemd-23.spec) + upload stage3-${SUBARCH}-systemd-${TIMESTAMP}*.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-aarch64_be" arm64/23.0/aarch64_be ;; esac