Bazaar Admin

Installation Procedure


% umask 022
% cd /src/util/bzr-x.y.z
% sudo /util/bin/python setup.py install
% cd /util/bin
% sudo ln -s ../python/bin/bzr bzr

Notes

  1. Requires Python dependencies:
    • Pyrex
    • elementtree
    • pycrypto
    • paramiko

    All of which are installed with:

    % sudo /util/bin/python setup.py install
      

  2. All of the above break every time we install a new minor version of Python (though not every time we install a new minor minor version).