From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 78D271584AD for ; Sun, 13 Apr 2025 06:34:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5E2D2343096 for ; Sun, 13 Apr 2025 06:34:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 567571104B1; Sun, 13 Apr 2025 06:34:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 455911104B0 for ; Sun, 13 Apr 2025 06:34:20 +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 E62CA343099 for ; Sun, 13 Apr 2025 06:34:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F341758 for ; Sun, 13 Apr 2025 06:34:18 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1744526043.e94819d970e68aa376b6d54a0e1d530978af4011.grobian@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: scripts/auto-bootstraps/analyse_result.py X-VCS-Directories: scripts/auto-bootstraps/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e94819d970e68aa376b6d54a0e1d530978af4011 X-VCS-Branch: master Date: Sun, 13 Apr 2025 06:34:18 +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: ade7d777-a4b2-4fa2-9c87-83f63a5be25c X-Archives-Hash: a631b006f096ab9c40c184ea04a675f5 commit: e94819d970e68aa376b6d54a0e1d530978af4011 Author: Fabian Groffen gentoo org> AuthorDate: Sun Apr 13 06:34:03 2025 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Apr 13 06:34:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=e94819d9 scripts/auto-bootstraps/analyse_result: update default visibility list Signed-off-by: Fabian Groffen gentoo.org> scripts/auto-bootstraps/analyse_result.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/auto-bootstraps/analyse_result.py b/scripts/auto-bootstraps/analyse_result.py index 428a110f2f..2b8cda2af1 100755 --- a/scripts/auto-bootstraps/analyse_result.py +++ b/scripts/auto-bootstraps/analyse_result.py @@ -11,6 +11,7 @@ resultsdir='./results' deprecated_archs = ( 'i386-apple-darwin9', + 'powerpc-apple-darwin9', 'x86_64-pc-cygwin', 'i386-pc-solaris2.11', 'sparc-sun-solaris2.10', @@ -20,7 +21,7 @@ deprecated_archs = ( 'x86_64-apple-darwin19', 'x86_64-apple-darwin20', 'x86_64-apple-darwin21', - 'x86_64-apple-darwin22', + 'x86_64-apple-darwin23', 'arm64-apple-darwin21', 'arm64-apple-darwin22', 'x86_64-pc-linux-centos8.3',