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 CC7DF15800A for ; Sat, 5 Aug 2023 19:15:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13C182BC013; Sat, 5 Aug 2023 19:15:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F013F2BC013 for ; Sat, 5 Aug 2023 19:15:44 +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 2CD0F335CEE for ; Sat, 5 Aug 2023 19:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CD1BEF7 for ; Sat, 5 Aug 2023 19:15:42 +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: <1691262916.1a9e8dbf6fc43c36e55b900a93e214e85af37521.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-sparc64.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1a9e8dbf6fc43c36e55b900a93e214e85af37521 X-VCS-Branch: master Date: Sat, 5 Aug 2023 19:15:42 +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: 25fc3d19-a3f3-4b08-88bb-0463302db4cc X-Archives-Hash: 6844b673867e4b6d6c44c3291e9e7ae5 commit: 1a9e8dbf6fc43c36e55b900a93e214e85af37521 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Aug 5 19:15:16 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Aug 5 19:15:16 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1a9e8dbf Make future sparc runs upload binary packages Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-sparc64.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 57f93305..89d5bc91 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -43,12 +43,14 @@ post_build() { ;; sparc/systemd-stage3.spec) upload stage3-sparc-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-sparc" sparc/17.0/32 ;; sparc64/stage3.spec) upload stage3-sparc64-${TIMESTAMP}*.xz* ;; sparc64/systemd-stage3.spec) upload stage3-sparc64-systemd-${TIMESTAMP}*.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-sparc64" sparc/17.0/64 ;; esac popd >/dev/null