[pypy-svn] r69369 - in pypy/build/bot2: codespeak-html pypybuildbot

pedronis at codespeak.net pedronis at codespeak.net
Wed Nov 18 12:09:12 CET 2009


Author: pedronis
Date: Wed Nov 18 12:09:12 2009
New Revision: 69369

Modified:
   pypy/build/bot2/codespeak-html/index.html
   pypy/build/bot2/pypybuildbot/summary.py
Log:
tweaks

Modified: pypy/build/bot2/codespeak-html/index.html
==============================================================================
--- pypy/build/bot2/codespeak-html/index.html	(original)
+++ pypy/build/bot2/codespeak-html/index.html	Wed Nov 18 12:09:12 2009
@@ -9,8 +9,11 @@
 <h1>Welcome to codespeak's PyPy Buildbot!</h1>
 
 <ul>
+  <li>the <a href="summary?branch=&lt;trunk&gt;">Summary Display &lt;trunk&gt;</a> will give you a 
+  failure-oriented  summary for recent revisions (&lt;trunk&gt; only).</li>
+
   <li>the <a href="summary">Summary Display</a> will give you a 
-  failure-oriented  summary for recent revisions.</li>
+  failure-oriented  summary for recent revisions (all branches).</li>
 
   <li>the <a href="waterfall">Waterfall Display</a> will give you a
   time-oriented summary of recent buildbot activity.</li>

Modified: pypy/build/bot2/pypybuildbot/summary.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/summary.py	(original)
+++ pypy/build/bot2/pypybuildbot/summary.py	Wed Nov 18 12:09:12 2009
@@ -795,7 +795,7 @@
                                      href="/summary%s" %
                                      trunk_vs_any_query,
                                      class_="failSummary trunkVsAny")
-        trunk_vs_any = html.div(html.h2(trunk_vs_any_anchor),
+        trunk_vs_any = html.div(trunk_vs_any_anchor,
                                 style="position: absolute; right: 5%;")
         return trunk_vs_any.unicode() + page.render()
 



More information about the Pypy-commit mailing list