[pypy-commit] buildbot cleanup-hg-bookmarks: remove link to numpy results from page top, add link to py3.5 instead

mattip pypy.commits at gmail.com
Fri Sep 15 05:56:09 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: cleanup-hg-bookmarks
Changeset: r1026:06d6f0d7b2c2
Date: 2017-09-15 12:55 +0300
http://bitbucket.org/pypy/buildbot/changeset/06d6f0d7b2c2/

Log:	remove link to numpy results from page top, add link to py3.5
	instead

diff --git a/master/templates/layout.html b/master/templates/layout.html
--- a/master/templates/layout.html
+++ b/master/templates/layout.html
@@ -25,8 +25,9 @@
         <a href="{{ path_to_root or '.' }}">Home</a>
         <!-- PyPy specific items -->
         - <a href="http://speed.pypy.org/">Speed</a>
-        - <a href="{{ path_to_root }}numpy-status/">NumPy compatibility</a>
+        - <!-- a href="{{ path_to_root }}numpy-status/">NumPy compatibility</a -->
         - <a href="{{ path_to_root }}summary?branch=<trunk>">Summary (trunk)</a>
+        - <a href="{{ path_to_root }}summary?branch=3.5">Summary (py3.5)</a>
         - <a href="{{ path_to_root }}summary">Summary</a>
         - <a href="{{ path_to_root }}nightly/">Nightly builds</a>
         <!-- end of PyPy specific items -->


More information about the pypy-commit mailing list