summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/unavailable_artifact.html
Commit message (Collapse)AuthorAgeFilesLines
* bitbake: toaster: bitbake cooker log saving and downloadingAlexandru DAMIAN2015-02-201-0/+17
This patch brings in cooker log saving and proper download links. * toasterui will now write the cooker log file if running in managed mode * the BuildRequest has a new state, REQ_ARCHIVE, indicating that the build is completed, and the artifacts are ready to be grabbed * the runbuild test execution commands will gather needed artifacts, and save them to a storage directory selected during Toaster setup. * the build dashboard, project builds and all builds pages have permanent links for the cooker log [YOCTO #7220] [YOCTO #7206] (Bitbake rev: fad80e36c9da663b000cdf2cb3c75440c6431d84) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>