From 298c3d52bab5cf38c37438c54853d6803ca194bd Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 14 Oct 2014 13:57:33 +0100 Subject: bitbake: toastergui: provide download file capability We add, for the localhost environments, the capability to download build artifacts. This is a pontentially dangerous API, because it gives unrestricted read access to the build environment file system - do not expose the functionality directly to the web layer, but use filtering/translation code, such as exemplified in the build_artifact view. The capability for remote build environments is dependent on bug 6835, as to use the collect storage as intermediary storage for serving files. [YOCTO #6834] (Bitbake rev: 5fce7f6e83c6143244faa9618b7ed20c1106e08f) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/builddashboard.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bitbake/lib/toaster/toastergui/templates/builddashboard.html') diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index 8a6709cfe1..2aa7b6bcfb 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html @@ -58,7 +58,11 @@
{% for error in logmessages %}{% if error.level == 2 %} {% endif %}{% endfor %}
-- cgit v1.2.3-54-g00ecf