[pypy-svn] r36228 - pypy/dist/pypy/tool/build
cfbolz at codespeak.net
cfbolz at codespeak.net
Mon Jan 8 10:59:31 CET 2007
Author: cfbolz
Date: Mon Jan 8 10:59:30 2007
New Revision: 36228
Modified:
pypy/dist/pypy/tool/build/client.py
Log:
(guido, cfbolz): print a message what the password-entering is about
Modified: pypy/dist/pypy/tool/build/client.py
==============================================================================
--- pypy/dist/pypy/tool/build/client.py (original)
+++ pypy/dist/pypy/tool/build/client.py Mon Jan 8 10:59:30 2007
@@ -149,6 +149,9 @@
if config.server in ['localhost', '127.0.0.1']:
gw = PopenGateway()
else:
+ print "It may be that you have to enter your ssh-password for %s" % (
+ config.server, )
+ print "if you don't have your keys configured properly"
gw = SshGateway(config.server)
channel = init(gw,
More information about the pypy-svn
mailing list