From 8eb55ee35fc2e0d30ae90cefcd6679c77c2f2a9c Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Wed, 4 Nov 2015 16:30:22 -0500 Subject: [PATCH] use build.start_time in webui is set --- www/kojiweb/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/kojiweb/index.py b/www/kojiweb/index.py index 89930ca5..512f9652 100644 --- a/www/kojiweb/index.py +++ b/www/kojiweb/index.py @@ -1182,7 +1182,7 @@ def buildinfo(environ, buildID): if not values.has_key(field): values[field] = None - values['start_time'] = build['creation_time'] + values['start_time'] = build.get('start_time') or build['creation_time'] # the build start time is not accurate for maven and win builds, get it from the # task start time instead if mavenbuild or winbuild: