2012-05-07 05:52:25 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY bazaar-download-http
|
2013-07-17 18:18:31 +08:00
|
|
|
"https://launchpad.net/bzr/2.5/&bazaar-version;/+download/bzr-&bazaar-version;.tar.gz">
|
2012-05-07 05:52:25 +08:00
|
|
|
<!ENTITY bazaar-download-ftp " ">
|
2013-07-17 18:18:31 +08:00
|
|
|
<!ENTITY bazaar-md5sum "ac5079858364a046071000d5cdccb67b">
|
|
|
|
<!ENTITY bazaar-size "10 MB">
|
2012-05-07 05:52:25 +08:00
|
|
|
<!ENTITY bazaar-buildsize "69 MB">
|
|
|
|
<!ENTITY bazaar-time "0.2 SBU">
|
|
|
|
]>
|
|
|
|
|
2013-07-19 04:21:39 +08:00
|
|
|
<sect1 id="bazaar" xreflabel="Bazaar-&bazaar-version;">
|
2012-05-07 05:52:25 +08:00
|
|
|
<?dbhtml filename="bazaar.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
2013-07-17 18:18:31 +08:00
|
|
|
<title>Bazaar-&bazaar-version;</title>
|
2012-05-07 05:52:25 +08:00
|
|
|
|
|
|
|
<indexterm zone="bazaar">
|
2012-07-29 05:45:43 +08:00
|
|
|
<primary sortas="a-bazaar">Bazaar</primary>
|
2012-05-07 05:52:25 +08:00
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to Bazaar</title>
|
|
|
|
|
2013-02-12 02:51:17 +08:00
|
|
|
<para><application>Bazaar</application> is a version control system that
|
2012-05-07 05:52:25 +08:00
|
|
|
helps track project history over time and collaborate with others.</para>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2014-09-13 13:13:42 +08:00
|
|
|
&lfs76_checked;
|
2012-05-07 05:52:25 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&bazaar-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&bazaar-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &bazaar-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &bazaar-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &bazaar-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &bazaar-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Bazaar Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
|
|
<para role="required">
|
2013-02-12 02:51:17 +08:00
|
|
|
<xref linkend="python2"/>
|
2012-05-07 05:52:25 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional">
|
2013-07-17 18:50:30 +08:00
|
|
|
<xref linkend="cacerts"/>,
|
2013-07-17 18:18:31 +08:00
|
|
|
<ulink url="http://www.python.org/pypi/paramiko/">paramiko</ulink> with
|
2013-07-17 18:50:30 +08:00
|
|
|
<xref linkend="openssh"/> or
|
|
|
|
<ulink url="http://www.python.org/pypi/pycrypto/">PyCrypto</ulink> (to access branches over SSH), and
|
2013-07-17 18:18:31 +08:00
|
|
|
<ulink url="http://wiki.bazaar.canonical.com/BzrTools">BzrTools</ulink> (for rsync support and other extra functionality)
|
2012-05-07 05:52:25 +08:00
|
|
|
</para>
|
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/bazaar"/></para>
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of Bazaar</title>
|
|
|
|
|
2013-07-17 18:18:31 +08:00
|
|
|
<para>
|
|
|
|
Install <application>Bazaar</application> by running the following
|
|
|
|
commands:
|
|
|
|
</para>
|
|
|
|
|
2014-02-24 03:35:28 +08:00
|
|
|
<screen><userinput>sed -i -e 's|man/man1|share/&|' setup.py &&
|
|
|
|
python setup.py build</userinput></screen>
|
2012-05-07 05:52:25 +08:00
|
|
|
|
2013-07-17 18:18:31 +08:00
|
|
|
<para>
|
|
|
|
This package does not come with a test suite.
|
|
|
|
</para>
|
2012-05-07 05:52:25 +08:00
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem>
|
|
|
|
user:</para>
|
|
|
|
|
2013-07-17 18:18:31 +08:00
|
|
|
<screen role="root"><userinput>python setup.py install</userinput></screen>
|
2012-05-07 05:52:25 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
2013-07-17 18:18:31 +08:00
|
|
|
<segtitle>Installed Program</segtitle>
|
2013-01-26 00:32:25 +08:00
|
|
|
<segtitle>Installed Libraries</segtitle>
|
2013-07-17 18:18:31 +08:00
|
|
|
<segtitle>Installed Directory</segtitle>
|
2012-05-07 05:52:25 +08:00
|
|
|
|
|
|
|
<seglistitem>
|
2013-07-17 18:18:31 +08:00
|
|
|
<seg>bzr</seg>
|
2013-01-26 00:32:25 +08:00
|
|
|
<seg>None</seg>
|
2014-04-16 00:52:51 +08:00
|
|
|
<seg>/usr/lib/python&python2-majorver;/site-packages/bzrlib</seg>
|
2012-05-07 05:52:25 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="bazaar-prog">
|
|
|
|
<term><command>bzr</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a command-line client program used to access bcr repositories.</para>
|
|
|
|
<indexterm zone="bazaar bazaar-prog">
|
|
|
|
<primary sortas="b-bzr">bzr</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2013-07-17 18:18:31 +08:00
|
|
|
|
2012-05-07 05:52:25 +08:00
|
|
|
</sect2>
|
|
|
|
</sect1>
|