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 3470B158094 for ; Mon, 19 Sep 2022 03:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54BF4E08A2; Mon, 19 Sep 2022 03:11:28 +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 37C64E08A2 for ; Mon, 19 Sep 2022 03:11:28 +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 2523C33BEFE for ; Mon, 19 Sep 2022 03:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7592F5B1 for ; Mon, 19 Sep 2022 03:11:25 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1663557070.9a062f3ac7fe4b09242c07452822fa3aed97acdc.gyakovlev@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-ppc64le.conf X-VCS-Directories: tools/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 9a062f3ac7fe4b09242c07452822fa3aed97acdc X-VCS-Branch: master Date: Mon, 19 Sep 2022 03:11:25 +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: 46e4409f-ae88-4733-9c18-8603ad472c0a X-Archives-Hash: a362eb0f3c4a7973f8d69ca07444da51 commit: 9a062f3ac7fe4b09242c07452822fa3aed97acdc Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Sep 19 03:10:57 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Sep 19 03:11:10 2022 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=9a062f3a tools/catalyst-auto-ppc64le.conf: upload/cleanup mergedusr stages Signed-off-by: Georgy Yakovlev gentoo.org> tools/catalyst-auto-ppc64le.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/catalyst-auto-ppc64le.conf b/tools/catalyst-auto-ppc64le.conf index a18c46f4..a8fcc7d2 100644 --- a/tools/catalyst-auto-ppc64le.conf +++ b/tools/catalyst-auto-ppc64le.conf @@ -23,7 +23,7 @@ EMAIL_SUBJECT_PREPEND="[ppc64le-auto]" update_symlinks() { # Symlink the latest stages3 to build from local d f t - for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,musl-hardened} ; do + for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened} ; do pushd "${d}" >/dev/null for t in ppc64le power9le; do for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do @@ -56,6 +56,9 @@ post_build() { stage3-systemd-power9le.spec) upload power9le/stage3-power9le-systemd-${TIMESTAMP}*.xz* ;; + stage3-systemd-mergedusr-power9le.spec) + upload power9le-mergedusr/stage3-power9le-systemd-mergedusr-${TIMESTAMP}*.xz* + ;; stage3-musl-hardened-openrc.spec) upload musl-hardened/stage3-ppc64le-musl-hardened-openrc-${TIMESTAMP}*.xz* ;;