[yocto] [PATCH][autobuilder] grid_macros: update error reporting service URL

Ross Burton ross.burton at intel.com
Wed May 6 04:42:57 PDT 2015


The Error Reporting Service was rewritten and the URLs are different.

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

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 0479927..83cc874 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,7 +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>)
+      (<a href="http://errors.yoctoproject.org/Errors/Latest/?type=commit&filter={{ss.revision}}">errors</a>)
     <br/>
     {%- endfor %}
   </td>
-- 
2.1.4




More information about the yocto mailing list