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: Fri, 02 Apr 2021 22:12:30
Message-Id: 1617401200.489eb63a368e9bbfa73fcbda96cae8a1222e1287.zorry@gentoo
1 commit: 489eb63a368e9bbfa73fcbda96cae8a1222e1287
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 22:06:40 2021 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 22:06:40 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=489eb63a
7
8 Don't run emerge build quiet
9
10 Signed-off-by: Magnus Granberg <zorry <AT> gentoo.org>
11
12 buildbot_gentoo_ci/steps/builders.py | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/buildbot_gentoo_ci/steps/builders.py b/buildbot_gentoo_ci/steps/builders.py
16 index dce633f..b28d7e5 100644
17 --- a/buildbot_gentoo_ci/steps/builders.py
18 +++ b/buildbot_gentoo_ci/steps/builders.py
19 @@ -412,7 +412,6 @@ class RunEmerge(BuildStep):
20 cpv = self.getProperty("cpv")
21 c = yield catpkgsplit(cpv)[0]
22 p = yield catpkgsplit(cpv)[1]
23 - shell_commad_list.append('-q')
24 if projects_emerge_options['oneshot']:
25 shell_commad_list.append('-1')
26 shell_commad_list.append('=' + self.getProperty('cpv'))