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 80BDB158015 for ; Sat, 23 Dec 2023 21:11:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B7042BC036; Sat, 23 Dec 2023 21:11:38 +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 742262BC036 for ; Sat, 23 Dec 2023 21:11:38 +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 A730933BE26 for ; Sat, 23 Dec 2023 21:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7693AC2 for ; Sat, 23 Dec 2023 21:11:35 +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: <1703365875.7da15b3bb344f21f0c8af73e41841016321bac77.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-hppa.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7da15b3bb344f21f0c8af73e41841016321bac77 X-VCS-Branch: master Date: Sat, 23 Dec 2023 21:11:35 +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: 4d380f98-1ada-4bca-aa91-96a68a26785c X-Archives-Hash: 21e4a8c3b9ef377703fc3e7c5c86712f commit: 7da15b3bb344f21f0c8af73e41841016321bac77 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 23 21:11:15 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Dec 23 21:11:15 2023 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=7da15b3b Upload hppa 17.0 packages with openrc build Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-hppa.conf | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/tools/catalyst-auto-hppa.conf b/tools/catalyst-auto-hppa.conf index 0f397fb2..2cddc6c5 100644 --- a/tools/catalyst-auto-hppa.conf +++ b/tools/catalyst-auto-hppa.conf @@ -15,15 +15,11 @@ SETS=" SET_hppa11_openrc_SPECS="hppa1.1/stage1-openrc.spec hppa1.1/stage3-openrc.spec" SET_hppa11_openrc_OPTIONAL_SPECS="installcd-stage1.spec installcd-stage2-minimal.spec netboot-hppa32.spec" -SET_hppa11_systemd_SPECS="hppa1.1/stage1-systemd.spec hppa1.1/stage3-systemd.spec" - SET_hppa11_systemd_mu_SPECS="hppa1.1/stage1-systemd-mu.spec hppa1.1/stage3-systemd-mu.spec" SET_hppa20_openrc_SPECS="hppa2.0/stage1-openrc.spec hppa2.0/stage3-openrc.spec" SET_hppa20_openrc_OPTIONAL_SPECS="netboot-hppa64.spec" -SET_hppa20_systemd_SPECS="hppa2.0/stage1-systemd.spec hppa2.0/stage3-systemd.spec" - SET_hppa20_systemd_mu_SPECS="hppa2.0/stage1-systemd-mu.spec hppa2.0/stage3-systemd-mu.spec" KCONFIG_DIR=${REPO_DIR}/releases/kconfig/hppa @@ -35,7 +31,7 @@ TMP_PATH=/var/tmp/catalyst/tmp update_symlinks() { # Symlink the latest stages3 to build from local d f t - 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 t in hppa1.1 hppa2.0; do @@ -68,16 +64,10 @@ post_build() { ;; hppa1.1/stage3-openrc.spec) upload stage3-hppa1.1-openrc-${TIMESTAMP}.tar.xz* - ;; - hppa1.1/stage3-systemd.spec) - upload stage3-hppa1.1-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-hppa1.1" hppa/17.0/hppa1.1 ;; hppa2.0/stage3-openrc.spec) upload stage3-hppa2.0-openrc-${TIMESTAMP}.tar.xz* - ;; - hppa2.0/stage3-systemd.spec) - upload stage3-hppa2.0-systemd-${TIMESTAMP}.tar.xz* upsync_binpackages "${BUILD_SRCDIR_BASE}/packages/default/stage3-hppa2.0" hppa/17.0/hppa2.0 ;; esac