summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-09-08 10:47:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-08 23:44:49 +0100
commita841dc85770ea5c6fa8cf06ba5fdfe214e69afb2 (patch)
tree6ecfc691eaa2e1ade51887746575941c8ebf054c
parent09abcf3199b2e86758a974a47ebe31f5fb79440a (diff)
downloadbitbake-a841dc85770ea5c6fa8cf06ba5fdfe214e69afb2.zip
toaster: replace ETA with % of tasks done
The ETA we show for builds in progress is woefully inaccurate. In the 1.8 release we replaced it with the % of tasks completed. Somehow, we regressed to the ETA, so bringing the task % back. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/toaster/toastergui/templates/mrb_section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/templates/mrb_section.html b/lib/toaster/toastergui/templates/mrb_section.html
index 57a6f9be..396fb8ed 100644
--- a/lib/toaster/toastergui/templates/mrb_section.html
+++ b/lib/toaster/toastergui/templates/mrb_section.html
@@ -84,7 +84,7 @@
<div style="width: {{build.completeper}}%;" class="bar"></div>
</div>
</div>
- <div class="lead pull-right">ETA: in {{build.eta|naturaltime}}</div>
+ <div class="lead pull-right">{{build.completeper}}% of tasks complete</div>
{%endif%}
</div>
</div>