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 CCC86158013 for ; Tue, 5 Dec 2023 20:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C5522BC022; Tue, 5 Dec 2023 20:45:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DEDA02BC016 for ; Tue, 5 Dec 2023 20:45: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 C7A0333D9AD for ; Tue, 5 Dec 2023 20:45:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A4301259 for ; Tue, 5 Dec 2023 20:45: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: <1701808853.f8b44bf3ab417dc1fd74cb6e3d6f9daf5697f08d.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-qemu-alpha.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f8b44bf3ab417dc1fd74cb6e3d6f9daf5697f08d X-VCS-Branch: master Date: Tue, 5 Dec 2023 20:45: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: 243956ce-bf85-4e5f-bddb-80e341ec3bdf X-Archives-Hash: dfbb21b1402914bcab362ab8594d3253 commit: f8b44bf3ab417dc1fd74cb6e3d6f9daf5697f08d Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Dec 5 20:40:53 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Dec 5 20:40:53 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f8b44bf3 Add upload for alpha 23.0 binpackages Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-qemu-alpha.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/catalyst-auto-qemu-alpha.conf b/tools/catalyst-auto-qemu-alpha.conf index a0791f24..bc7964f7 100644 --- a/tools/catalyst-auto-qemu-alpha.conf +++ b/tools/catalyst-auto-qemu-alpha.conf @@ -59,4 +59,12 @@ post_build() { ;; esac popd >/dev/null + + pushd "${BUILD_SRCDIR_BASE}/builds/23.0-default" >/dev/null + case ${spec} in + stage3-systemd-23.spec) + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/23.0-default/stage3-alpha" alpha/23.0/alpha + ;; + esac + popd >/dev/null }