Add a link to the buildbot listing page

This commit is contained in:
Samuel Villamonte 2016-10-15 13:41:44 -05:00 committed by GitHub
parent 709ff7fba7
commit a80f54307e

View file

@ -40,7 +40,8 @@ case "$(pypy_architecture 2>/dev/null || true)" in
* )
{ echo
colorize 1 "ERROR"
echo ": The binary distribution of PyPy 3.5 is not available for $(pypy_architecture 2>/dev/null || true)."
echo ": The latest nightly build of PyPy 3.5 is not available for $(pypy_architecture 2>/dev/null || true),"
echo "Please check http://buildbot.pypy.org/nightly/py3.5/ for previous builds."
echo
} >&2
exit 1