Just a small tip for using Bazaar on OpenSolaris: set the BZR_SSH environment variable to openssh
if you don’t have the Python module Paramiko installed.
For example, in your ~/.bashrc
:
export BZR_SSH=openssh
Could be useful if you’re pulling MySQL stuff from Launchpad and use (Open)Solaris. Could also be useful on other Unix-like operating systems when the default is missing (Bazaar uses Paramiko as default).