diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-06-09 16:03:36 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-26 09:27:31 +0100 |
| commit | c362e61ee2cc97b393f7002c4592787d6573080c (patch) | |
| tree | 4b2108210cba66b65df4ebdd4a558b3e0b0c6368 /bitbake/lib/toaster/toastergui/templates/build.html | |
| parent | b98a2fcab600d74a01b76fe3f9e5249642f2c32b (diff) | |
| download | poky-c362e61ee2cc97b393f7002c4592787d6573080c.tar.gz | |
bitbake: toaster: remove MANAGED references
We conflate the managed and analysis modes by
deleting alternative code paths, favouring the MANAGED mode,
always considering the MANAGED variable True.
(Bitbake rev: 0ac02d3775106b485e29496b62f31e91fd3f9387)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/build.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/build.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index f7ad2f4892..f0b5ea529f 100644 --- a/bitbake/lib/toaster/toastergui/templates/build.html +++ b/bitbake/lib/toaster/toastergui/templates/build.html | |||
| @@ -68,11 +68,9 @@ | |||
| 68 | {% query build.task_build outcome=4 order__gt=0 as exectask%} | 68 | {% query build.task_build outcome=4 order__gt=0 as exectask%} |
| 69 | {% if exectask.count == 1 %} | 69 | {% if exectask.count == 1 %} |
| 70 | <a href="{% url "task" build.id exectask.0.id %}">{{exectask.0.recipe.name}}.{{exectask.0.task_name}}</a> | 70 | <a href="{% url "task" build.id exectask.0.id %}">{{exectask.0.recipe.name}}.{{exectask.0.task_name}}</a> |
| 71 | {% if MANAGED and build.project %} | ||
| 72 | <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}"> | 71 | <a href="{% url 'build_artifact' build.id "tasklogfile" exectask.0.id %}"> |
| 73 | <i class="icon-download-alt" title="" data-original-title="Download task log file"></i> | 72 | <i class="icon-download-alt" title="" data-original-title="Download task log file"></i> |
| 74 | </a> | 73 | </a> |
| 75 | {% endif %} | ||
| 76 | {% elif exectask.count > 1%} | 74 | {% elif exectask.count > 1%} |
| 77 | <a href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}} task{{exectask.count|pluralize}}</a> | 75 | <a href="{% url "tasks" build.id %}?filter=outcome%3A4">{{exectask.count}} task{{exectask.count|pluralize}}</a> |
| 78 | {%endif%} | 76 | {%endif%} |
| @@ -84,21 +82,15 @@ | |||
| 84 | </td> | 82 | </td> |
| 85 | <td class="warnings_no">{% if build.warnings_no %}<a class="warnings_no warning" href="{% url "builddashboard" build.id %}#warnings">{{build.warnings_no}} warning{{build.warnings_no|pluralize}}</a>{%endif%}</td> | 83 | <td class="warnings_no">{% if build.warnings_no %}<a class="warnings_no warning" href="{% url "builddashboard" build.id %}#warnings">{{build.warnings_no}} warning{{build.warnings_no|pluralize}}</a>{%endif%}</td> |
| 86 | <td class="time"><a href="{% url "buildtime" build.id %}">{{build.timespent|sectohms}}</a></td> | 84 | <td class="time"><a href="{% url "buildtime" build.id %}">{{build.timespent|sectohms}}</a></td> |
| 87 | {% if not MANAGED or not build.project %} | ||
| 88 | <td class="log">{{build.cooker_log_path}}</td> | ||
| 89 | {% endif %} | ||
| 90 | <td class="output"> | 85 | <td class="output"> |
| 91 | {% if build.outcome == build.SUCCEEDED %} | 86 | {% if build.outcome == build.SUCCEEDED %} |
| 92 | <a href="{%url "builddashboard" build.id%}#images">{{fstypes|get_dict_value:build.id}}</a> | 87 | <a href="{%url "builddashboard" build.id%}#images">{{fstypes|get_dict_value:build.id}}</a> |
| 93 | {% endif %} | 88 | {% endif %} |
| 94 | </td> | 89 | </td> |
| 95 | {% if MANAGED %} | ||
| 96 | <td class="project"> | ||
| 97 | {% if build.project %} | 90 | {% if build.project %} |
| 98 | <a href="{% url 'project' build.project.id %}">{{build.project.name}}</a> | 91 | <a href="{% url 'project' build.project.id %}">{{build.project.name}}</a> |
| 99 | {% endif %} | 92 | {% endif %} |
| 100 | </td> | 93 | </td> |
| 101 | {% endif %} | ||
| 102 | </tr> | 94 | </tr> |
| 103 | 95 | ||
| 104 | {% endfor %} | 96 | {% endfor %} |
