From 78944c63846acd564965a5974c6d87507a2e3b64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sun, 24 Dec 2023 23:11:44 +0100 Subject: [PATCH] Upload sparc 17.0 packages with openrc build 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-sparc64.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf index 878236f7..3d1c6f79 100644 --- a/tools/catalyst-auto-sparc64.conf +++ b/tools/catalyst-auto-sparc64.conf @@ -15,7 +15,7 @@ EMAIL_SUBJECT_PREPEND="[sparc-auto]" update_symlinks() { # Symlink the latest stages3 to build from local d f - for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/mergedusr" ; do + for d in "${BUILD_SRCDIR_BASE}/builds"/* ; do mkdir -p "${d}" pushd "${d}" >/dev/null for f in $(ls stage3-sparc-*xz | grep -v latest | give_latest_from_dates) ; do @@ -40,16 +40,10 @@ post_build() { ;; sparc/stage3.spec) upload stage3-sparc-${TIMESTAMP}*.xz* - ;; - 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