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 0517A158030 for ; Tue, 28 Feb 2023 21:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 277FDE075F; Tue, 28 Feb 2023 21:41:37 +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 0EE2EE075F for ; Tue, 28 Feb 2023 21:41:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 036AF340CFA for ; Tue, 28 Feb 2023 21:41:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A67875 for ; Tue, 28 Feb 2023 21:41:33 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1677620412.a2d7f047652600dc548a7401e3cc6b9b90cd7f1c.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/ X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: buildbot_gentoo_ci/steps/version.py X-VCS-Directories: buildbot_gentoo_ci/steps/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: a2d7f047652600dc548a7401e3cc6b9b90cd7f1c X-VCS-Branch: master Date: Tue, 28 Feb 2023 21:41:33 +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: db26842d-5f8c-47b6-89e5-521e1e4e2e27 X-Archives-Hash: 81b8cb37a738940a191702b289a91df9 commit: a2d7f047652600dc548a7401e3cc6b9b90cd7f1c Author: Magnus Granberg gentoo org> AuthorDate: Tue Feb 28 21:40:12 2023 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Tue Feb 28 21:40:12 2023 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=a2d7f047 Change head to 15 for EAPI search Signed-off-by: Magnus Granberg gentoo.org> buildbot_gentoo_ci/steps/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_gentoo_ci/steps/version.py b/buildbot_gentoo_ci/steps/version.py index 14d1d97..59d19dc 100644 --- a/buildbot_gentoo_ci/steps/version.py +++ b/buildbot_gentoo_ci/steps/version.py @@ -441,7 +441,7 @@ class SetupStepsForCheckV(BuildStep): name = 'RunGetEAPI', haltOnFailure = True, flunkOnFailure = True, - command=['head', '-n', '10', self.getProperty("ebuild_file")], + command=['head', '-n', '15', self.getProperty("ebuild_file")], strip=False, extract_fn=PersOutputOfGetEapi ))