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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D50115800A for ; Tue, 8 Aug 2023 00:38:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F6F62BC013; Tue, 8 Aug 2023 00:38:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8275E2BC013 for ; Tue, 8 Aug 2023 00:38:46 +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 4376F335D79 for ; Tue, 8 Aug 2023 00:38:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78AE5F26 for ; Tue, 8 Aug 2023 00:38:43 +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: <1691455099.412e422251132fb0f8309eabeafe6656b9491e53.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 412e422251132fb0f8309eabeafe6656b9491e53 X-VCS-Branch: master Date: Tue, 8 Aug 2023 00:38:43 +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: deec3616-cc12-4493-983e-579ee7d76238 X-Archives-Hash: e03817cfa994bea7c1954ed5f9ec6c3d commit: 412e422251132fb0f8309eabeafe6656b9491e53 Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Aug 8 00:38:19 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Aug 8 00:38:19 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=412e4222 Upsync i486 and i686 Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-x86.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 27df211d..cd77925f 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -75,6 +75,7 @@ post_build() { ;; i486/stage3-systemd.spec) upload stage3-i486-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i486" x86/17.0/i486 ;; i486/installcd-stage2-minimal-openrc.spec) upload install-x86-minimal-${TIMESTAMP}.iso* @@ -84,6 +85,7 @@ post_build() { ;; i686/stage3-systemd.spec) upload stage3-i686-systemd-${TIMESTAMP}.tar.xz* + upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-i686" x86/17.0/i686 ;; esac popd >/dev/null || exit