Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/auto-bootstraps/
Date: Tue, 02 Jul 2019 09:37:13
Message-Id: 1562060204.2e2c0fe2d1221ae2a0ff38de7653bb5c238aab0d.grobian@gentoo
1 commit: 2e2c0fe2d1221ae2a0ff38de7653bb5c238aab0d
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 09:36:44 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 09:36:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=2e2c0fe2
7
8 scripts/auto-bootstraps/analyse_result: bring back elapsedtime
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 scripts/auto-bootstraps/analyse_result.py | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/auto-bootstraps/analyse_result.py b/scripts/auto-bootstraps/analyse_result.py
16 index 2b0e04a101..871692d2e3 100755
17 --- a/scripts/auto-bootstraps/analyse_result.py
18 +++ b/scripts/auto-bootstraps/analyse_result.py
19 @@ -152,7 +152,7 @@ with os.scandir(resultsdir) as it:
20 snapshot = 'rsync'
21
22 infos[d] = {
23 - 'etime': elapsedtime,
24 + 'elapsedtime': elapsedtime,
25 'libressl': haslssl,
26 'snapshot': snapshot
27 }