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 68C82158AC9 for ; Mon, 15 Jan 2024 10:37:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AB0A1E2A73; Mon, 15 Jan 2024 10:37:23 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 96408E2A73 for ; Mon, 15 Jan 2024 10:37:23 +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 E1910343057 for ; Mon, 15 Jan 2024 10:37:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3824711A0 for ; Mon, 15 Jan 2024 10:37:21 +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: <1705315038.717323771eaebf6430987aa366578f0f42b87258.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: 717323771eaebf6430987aa366578f0f42b87258 X-VCS-Branch: master Date: Mon, 15 Jan 2024 10:37:21 +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: 268548b3-81a5-4e9e-9751-d29ae6748c97 X-Archives-Hash: 5ca25955e5e8c1e741406b94314f1723 commit: 717323771eaebf6430987aa366578f0f42b87258 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jan 15 10:36:53 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jan 15 10:37:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=71732377 scripts/auto-bootstraps/analyse_result: mark all Darwin 22 as "old" Signed-off-by: Fabian Groffen gentoo.org> scripts/auto-bootstraps/analyse_result.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/auto-bootstraps/analyse_result.py b/scripts/auto-bootstraps/analyse_result.py index df4ffa03d9..b12c849bbe 100755 --- a/scripts/auto-bootstraps/analyse_result.py +++ b/scripts/auto-bootstraps/analyse_result.py @@ -19,6 +19,7 @@ deprecated_archs = ( 'x86_64-apple-darwin19', 'x86_64-apple-darwin20', 'x86_64-apple-darwin21', + 'x86_64-apple-darwin22', 'arm64-apple-darwin21', 'arm64-apple-darwin22', 'x86_64-pc-linux-centos8.3',