Bazaar-2.5.1

Introduction to Bazaar

Bazaar is a version control system that helps track project history over time and collaborate with others.

This package is known to build and work properly using an LFS-7.6 platform.

Package Information

Bazaar Dependencies

Required

Python-2.7.8

Optional

Certificate Authority Certificates, paramiko with OpenSSH-6.6p1 or PyCrypto (to access branches over SSH), and BzrTools (for rsync support and other extra functionality)

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/bazaar

Installation of Bazaar

Install Bazaar by running the following commands:

sed -i -e 's|man/man1|share/&|' setup.py &&
python setup.py build

This package does not come with a test suite.

Now, as the root user:

python setup.py install

Contents

Installed Program: bzr
Installed Libraries: None
Installed Directory: /usr/lib/python2.7/site-packages/bzrlib

Short Descriptions

bzr

is a command-line client program used to access bcr repositories.

Last updated on 2014-09-12 22:13:42 -0700