[ANN] bzr 2.3.3 released !
Eli Zaretskii
eliz at gnu.org
Tue May 24 17:26:38 UTC 2011
> Date: Tue, 24 May 2011 17:04:37 +0200
> From: John Arbash Meinel <john at arbash-meinel.com>
> Cc: bazaar-announce at lists.canonical.com
>
> We had an old version of testtools in bzr-2.3.3-1-setup.exe, so I
> updated the build machine, and have produced bzr-2.3.3-2-setup.exe. It
> shouldn't affect most functions just "bzr selftest".
Thanks.
> I also upgraded a few other libs. Probably most notably paramiko to 1.7.7.1.
That upgrade breaks my bzr+ssh connections, for some reason:
bzr: ERROR: Don't know how to handle SSH connections. Please set BZR_SSH environment variable.
The traceback is below. Why does it suddenly want BZR_SSH? Paramiko
is supposed to be able to do without, right>
3.235 Traceback (most recent call last):
File "bzrlib\commands.pyo", line 926, in exception_to_return_code
File "bzrlib\commands.pyo", line 1126, in run_bzr
File "bzrlib\commands.pyo", line 691, in run_argv_aliases
File "bzrlib\commands.pyo", line 713, in run
File "bzrlib\cleanup.pyo", line 135, in run_simple
File "bzrlib\cleanup.pyo", line 165, in _do_with_cleanups
File "bzrlib\builtins.pyo", line 1183, in run
File "bzrlib\bzrdir.pyo", line 806, in open_tree_or_branch
File "bzrlib\bzrdir.pyo", line 717, in open
File "bzrlib\bzrdir.pyo", line 752, in open_from_transport
File "bzrlib\bzrdir.pyo", line 1699, in open
File "bzrlib\bzrdir.pyo", line 2886, in _open
File "bzrlib\remote.pyo", line 120, in __init__
File "bzrlib\remote.pyo", line 132, in _probe_bzrdir
File "bzrlib\remote.pyo", line 139, in _rpc_open_2_1
File "bzrlib\remote.pyo", line 57, in _call
File "bzrlib\smart\client.pyo", line 132, in call
File "bzrlib\smart\client.pyo", line 145, in call_expecting_body
File "bzrlib\smart\client.pyo", line 90, in _call_and_read_response
File "bzrlib\smart\client.pyo", line 63, in _send_request
File "bzrlib\smart\protocol.pyo", line 1309, in call
File "bzrlib\smart\protocol.pyo", line 1133, in _write_end
File "bzrlib\smart\protocol.pyo", line 1099, in flush
File "bzrlib\smart\medium.pyo", line 396, in accept_bytes
File "bzrlib\smart\medium.pyo", line 978, in _accept_bytes
File "bzrlib\smart\medium.pyo", line 794, in _accept_bytes
File "bzrlib\smart\medium.pyo", line 811, in _ensure_connection
File "bzrlib\transport\ssh.pyo", line 169, in get_vendor
SSHVendorNotFound: Don't know how to handle SSH connections. Please set BZR_SSH environment variable.
More information about the bazaar
mailing list