[pypy-commit] buildbot default: typo

mattip noreply at buildbot.pypy.org
Sun May 31 16:15:37 CEST 2015


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r952:5fa1f1a4990f
Date: 2015-05-31 17:16 +0300
http://bitbucket.org/pypy/buildbot/changeset/5fa1f1a4990f/

Log:	typo

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -182,8 +182,8 @@
 JITBENCH = "jit-benchmark-linux-x86-32"
 JITBENCH64 = "jit-benchmark-linux-x86-64"
 CPYTHON_64 = "cpython-2-benchmark-x86-64"
-NUMPY_64 = "numpy-compatability-linux-x86-64"
-NUMPY_WIN = "numpy-compatability-win-x86-32"
+NUMPY_64 = "numpy-compatibility-linux-x86-64"
+NUMPY_WIN = "numpy-compatibility-win-x86-32"
 # buildbot builder
 PYPYBUILDBOT = 'pypy-buildbot'
 JITFREEBSD964 = 'pypy-c-jit-freebsd-9-x86-64'


More information about the pypy-commit mailing list