mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
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>
8 lines
302 B
HTML
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
|