Author: David Schneider <david.schnei...@picle.org> Branch: buildbot-0.8.7 Changeset: r833:772861aab8e7 Date: 2013-08-28 13:41 +0200 http://bitbucket.org/pypy/buildbot/changeset/772861aab8e7/
Log: actually remove the button from the template diff --git a/master/templates/build.html b/master/templates/build.html --- a/master/templates/build.html +++ b/master/templates/build.html @@ -215,12 +215,7 @@ <tr {{ 'class="alt"' if end else '' }}><td class="left">Elapsed</td><td>{{ elapsed }}</td></tr> </table> -<!-- PyPy specific change: hide the "resubmit build section" - {% if authz.advertiseAction('forceBuild', request) %} - <h3>Resubmit Build:</h3> - {{ forms.rebuild_build(build_url+"/rebuild", authz, exactly, sourcestamps[0]) }} - {% endif %} - --!> +<!-- PyPy specific change: hide the "resubmit build section" --!> </div> _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit