[Webkit-unassigned] [Bug 59008] [buildbot]Show more recent builds on builder page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 11:01:03 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=59008


Peter Gal <galpeter at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90362|                            |review?
               Flag|                            |




--- Comment #2 from Peter Gal <galpeter at inf.u-szeged.hu>  2011-04-20 11:01:03 PST ---
Created an attachment (id=90362)
 --> (https://bugs.webkit.org/attachment.cgi?id=90362&action=review)
template patch

Simply added these lines to the built-in template:

( Show: <a href="{{ builder_url }}">default</a>
{% for count in [25, 50, 100, 200] %}
<a href="{{ builder_url }}?numbuilds={{ count }}">{{ count }}</a>
{% endfor %})

This will show five links with different 'numbuilds' parameters.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list