Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/
Date: Tue, 28 Feb 2023 21:41:38
Message-Id: 1677620412.a2d7f047652600dc548a7401e3cc6b9b90cd7f1c.zorry@gentoo
1 commit: a2d7f047652600dc548a7401e3cc6b9b90cd7f1c
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 21:40:12 2023 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 21:40:12 2023 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=a2d7f047
7
8 Change head to 15 for EAPI search
9
10 Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
11
12 buildbot_gentoo_ci/steps/version.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/buildbot_gentoo_ci/steps/version.py b/buildbot_gentoo_ci/steps/version.py
16 index 14d1d97..59d19dc 100644
17 --- a/buildbot_gentoo_ci/steps/version.py
18 +++ b/buildbot_gentoo_ci/steps/version.py
19 @@ -441,7 +441,7 @@ class SetupStepsForCheckV(BuildStep):
20 name = 'RunGetEAPI',
21 haltOnFailure = True,
22 flunkOnFailure = True,
23 - command=['head', '-n', '10', self.getProperty("ebuild_file")],
24 + command=['head', '-n', '15', self.getProperty("ebuild_file")],
25 strip=False,
26 extract_fn=PersOutputOfGetEapi
27 ))