[yocto] [PATCH] buildbot/templates: add links to Error Reporting site

Ross Burton ross.burton at intel.com
Fri Jan 16 04:03:13 PST 2015


In build result grids, add a link to search the Error Report site for the build
SHA.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../buildbot/status/web/templates/grid_macros.html                    |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/status/web/templates/grid_macros.html b/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/status/web/templates/grid_macros.html
index 91ddce4..0479927 100644
--- a/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/status/web/templates/grid_macros.html
+++ b/lib/python2.7/site-packages/buildbot-0.8.8-py2.7.egg/buildbot/status/web/templates/grid_macros.html
@@ -26,6 +26,7 @@
       {%- else %}<br/><b>Commit: </b>latest{% endif %}
       {%- if ss.branch %} in {{ ss.branch|e }}{% endif %}
       {%- if ss.hasPatch %} [patch]{% endif -%}
+      (<a href="http://errors.yoctoproject.org/Errors/Search/Args/?items=10&query={{ss.revision}}">errors</a>)
     <br/>
     {%- endfor %}
   </td>
-- 
1.7.10.4




More information about the yocto mailing list