mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Add a link to the buildbot listing page
This commit is contained in:
parent
709ff7fba7
commit
a80f54307e
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ case "$(pypy_architecture 2>/dev/null || true)" in
|
||||||
* )
|
* )
|
||||||
{ echo
|
{ echo
|
||||||
colorize 1 "ERROR"
|
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
|
echo
|
||||||
} >&2
|
} >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue