Author: mattip <[email protected]> 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' _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
