From 412e422251132fb0f8309eabeafe6656b9491e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 8 Aug 2023 02:38:19 +0200 Subject: [PATCH] Upsync i486 and i686 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- 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