diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/widgets.py')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/widgets.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/widgets.py b/bitbake/lib/toaster/toastergui/widgets.py index 6b7b981f3b..67c1ff9615 100644 --- a/bitbake/lib/toaster/toastergui/widgets.py +++ b/bitbake/lib/toaster/toastergui/widgets.py | |||
| @@ -511,6 +511,10 @@ class MostRecentBuildsView(View): | |||
| 511 | int((build_obj.recipes_parsed / | 511 | int((build_obj.recipes_parsed / |
| 512 | build_obj.recipes_to_parse) * 100) | 512 | build_obj.recipes_to_parse) * 100) |
| 513 | 513 | ||
| 514 | build['repos_cloned_percentage'] = \ | ||
| 515 | int((build_obj.repos_cloned / | ||
| 516 | build_obj.repos_to_clone) * 100) | ||
| 517 | |||
| 514 | tasks_complete_percentage = 0 | 518 | tasks_complete_percentage = 0 |
| 515 | if build_obj.outcome in (Build.SUCCEEDED, Build.FAILED): | 519 | if build_obj.outcome in (Build.SUCCEEDED, Build.FAILED): |
| 516 | tasks_complete_percentage = 100 | 520 | tasks_complete_percentage = 100 |
