Files
poky/bitbake/lib/toaster/toastergui/templates/runagain.html
Ed Bartosh 52fe880f9e bitbake: toastergui: Consider task name when restarting a build in /builds
Previously the same issue was fixed for project view.
'Run again' button now restarts builds using target:task also in builds view.

[YOCTO #7442]

(Bitbake rev: ae6349a13f11b6fa90fe5603b000bef14ee0f2f0)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-05-29 11:59:45 +01:00

8 lines
302 B
HTML

{% load projecttags %}
onclick='scheduleBuild(
{% url 'xhr_projectbuild' buildrequest.project.id as bpi %}{{bpi|json}},
{{buildrequest.project.name|json}},
{% url 'project' buildrequest.project.id as bpurl %}{{bpurl|json}},
{{buildrequest.brtarget_set.all|get_tasks|json}})
'>Run again