Author: David Schneider <[email protected]>
Branch: 
Changeset: r887:f62e6adee795
Date: 2013-11-11 16:14 +0100
http://bitbucket.org/pypy/buildbot/changeset/f62e6adee795/

Log:    make sure we install jinja2 to generate the NumPyPy Status page

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -857,6 +857,11 @@
             #env={"PYTHONPATH": ['download']}, # shouldn't be needed, but what 
if it is set externally?
         ))
         if host == 'tannit':
+            self.addStep(ShellCmd(
+                description="install jinja2",
+                command=['install/bin/pip', 'install', 'jinja2'],
+                workdir='./',
+                haltOnFailure=True,))
             pypy_c_rel = 'install/bin/python'
             self.addStep(ShellCmd(
                 description="measure numpy compatibility",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to