[pypy-commit] buildbot buildbot-0.8.7: actually remove the button from the template

bivab noreply at buildbot.pypy.org
Thu Aug 29 13:34:53 CEST 2013


Author: David Schneider <david.schneider at 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>
 


More information about the pypy-commit mailing list