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 5A61D158041 for ; Fri, 22 Mar 2024 22:01:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5002E29F4; Fri, 22 Mar 2024 22:01:27 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86FB9E29F4 for ; Fri, 22 Mar 2024 22:01:27 +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 B6CC334301D for ; Fri, 22 Mar 2024 22:01:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DB1C1591 for ; Fri, 22 Mar 2024 22:01:25 +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: <1711144864.257fab1bb7806ebab3201707cb2f4bd9e0105f44.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ia64.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 257fab1bb7806ebab3201707cb2f4bd9e0105f44 X-VCS-Branch: master Date: Fri, 22 Mar 2024 22:01:25 +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: c5a65817-8c6f-44e1-9868-1322027bce85 X-Archives-Hash: 92747034c16b420550f78613ec26b7a9 commit: 257fab1bb7806ebab3201707cb2f4bd9e0105f44 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Mar 22 22:01:04 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Mar 22 22:01:04 2024 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=257fab1b Upload 23.0 stages for ia64 Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-ia64.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tools/catalyst-auto-ia64.conf b/tools/catalyst-auto-ia64.conf index 90d9320f..124bad01 100644 --- a/tools/catalyst-auto-ia64.conf +++ b/tools/catalyst-auto-ia64.conf @@ -9,14 +9,11 @@ SETS=" openrc_23 systemd_23 openrc - systemd_mu " SET_openrc_SPECS="stage1-openrc.spec stage3-openrc.spec" SET_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.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" @@ -47,13 +44,13 @@ post_build() { upload builds/default/*${TIMESTAMP}*.iso* ;; stage3-openrc.spec) - upload builds/default/stage3-ia64-openrc-${TIMESTAMP}.tar.xz* upsync_binpackages packages/default/stage3-ia64 ia64/17.0/ia64 ;; - stage3-systemd-mu.spec) - upload builds/mergedusr/stage3-ia64-systemd-mergedusr-${TIMESTAMP}.tar.xz* + stage3-openrc-23.spec) + upload builds/23.0-default/stage3-ia64-openrc-${TIMESTAMP}.tar.xz* ;; stage3-systemd-23.spec) + upload builds/23.0-default/stage3-ia64-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages packages/23.0-default/stage3-ia64 ia64/23.0/ia64 ;; esac