aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2023-02-28 22:40:12 +0100
committerMagnus Granberg <zorry@gentoo.org>2023-02-28 22:40:12 +0100
commita2d7f047652600dc548a7401e3cc6b9b90cd7f1c (patch)
tree05908afa480fc226870e0b59d9fd129441baa737
parentAdd Could NOT find to search pattern db (diff)
downloadtinderbox-cluster-a2d7f047652600dc548a7401e3cc6b9b90cd7f1c.tar.gz
tinderbox-cluster-a2d7f047652600dc548a7401e3cc6b9b90cd7f1c.tar.bz2
tinderbox-cluster-a2d7f047652600dc548a7401e3cc6b9b90cd7f1c.zip
Change head to 15 for EAPI search
Signed-off-by: Magnus Granberg <zorry@gentoo.org>
-rw-r--r--buildbot_gentoo_ci/steps/version.py2
1 files changed, 1 insertions, 1 deletions
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
))