From a80f54307e916f20dc990a1130ab1d1d9be8d9a5 Mon Sep 17 00:00:00 2001 From: Samuel Villamonte Date: Sat, 15 Oct 2016 13:41:44 -0500 Subject: [PATCH] Add a link to the buildbot listing page --- plugins/python-build/share/python-build/pypy3.5-c-jit-latest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest index c0c9d4be..3bd8ff51 100644 --- a/plugins/python-build/share/python-build/pypy3.5-c-jit-latest +++ b/plugins/python-build/share/python-build/pypy3.5-c-jit-latest @@ -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