source: archive/bazaar.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[e8c7c5b]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY bazaar-download-http
[2eddde8b]8 "https://launchpad.net/bzr/2.5/&bazaar-version;/+download/bzr-&bazaar-version;.tar.gz">
[e8c7c5b]9 <!ENTITY bazaar-download-ftp " ">
[2eddde8b]10 <!ENTITY bazaar-md5sum "ac5079858364a046071000d5cdccb67b">
11 <!ENTITY bazaar-size "10 MB">
[e8c7c5b]12 <!ENTITY bazaar-buildsize "69 MB">
13 <!ENTITY bazaar-time "0.2 SBU">
14]>
15
[263da2b]16<sect1 id="bazaar" xreflabel="Bazaar-&bazaar-version;">
[e8c7c5b]17 <?dbhtml filename="bazaar.html"?>
18
19
[2eddde8b]20 <title>Bazaar-&bazaar-version;</title>
[e8c7c5b]21
22 <indexterm zone="bazaar">
[b960e3ec]23 <primary sortas="a-bazaar">Bazaar</primary>
[e8c7c5b]24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to Bazaar</title>
28
[0d7900a]29 <para><application>Bazaar</application> is a version control system that
[e8c7c5b]30 helps track project history over time and collaborate with others.</para>
[0d7900a]31
[d6d8d49c]32 &lfs76_checked;
[e8c7c5b]33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>Download (HTTP): <ulink url="&bazaar-download-http;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download (FTP): <ulink url="&bazaar-download-ftp;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download MD5 sum: &bazaar-md5sum;</para>
44 </listitem>
45 <listitem>
46 <para>Download size: &bazaar-size;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated disk space required: &bazaar-buildsize;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated build time: &bazaar-time;</para>
53 </listitem>
54 </itemizedlist>
55
56 <bridgehead renderas="sect3">Bazaar Dependencies</bridgehead>
57
58 <bridgehead renderas="sect4">Required</bridgehead>
59 <para role="required">
[0d7900a]60 <xref linkend="python2"/>
[e8c7c5b]61 </para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional">
[0b585c59]65 <xref linkend="cacerts"/>,
[2eddde8b]66 <ulink url="http://www.python.org/pypi/paramiko/">paramiko</ulink> with
[0b585c59]67 <xref linkend="openssh"/> or
68 <ulink url="http://www.python.org/pypi/pycrypto/">PyCrypto</ulink> (to access branches over SSH), and
[2eddde8b]69 <ulink url="http://wiki.bazaar.canonical.com/BzrTools">BzrTools</ulink> (for rsync support and other extra functionality)
[e8c7c5b]70 </para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/bazaar"/></para>
74 </sect2>
75
76 <sect2 role="installation">
77 <title>Installation of Bazaar</title>
78
[2eddde8b]79 <para>
80 Install <application>Bazaar</application> by running the following
81 commands:
82 </para>
83
[066dad5a]84<screen><userinput>sed -i -e 's|man/man1|share/&amp;|' setup.py &amp;&amp;
85python setup.py build</userinput></screen>
[e8c7c5b]86
[2eddde8b]87 <para>
88 This package does not come with a test suite.
89 </para>
[e8c7c5b]90
91 <para>Now, as the <systemitem class="username">root</systemitem>
92 user:</para>
93
[2eddde8b]94<screen role="root"><userinput>python setup.py install</userinput></screen>
[e8c7c5b]95
96 </sect2>
97
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
[2eddde8b]102 <segtitle>Installed Program</segtitle>
[c3c56b2]103 <segtitle>Installed Libraries</segtitle>
[2eddde8b]104 <segtitle>Installed Directory</segtitle>
[e8c7c5b]105
106 <seglistitem>
[2eddde8b]107 <seg>bzr</seg>
[c3c56b2]108 <seg>None</seg>
[0a2b7e09]109 <seg>/usr/lib/python&python2-majorver;/site-packages/bzrlib</seg>
[e8c7c5b]110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="bazaar-prog">
119 <term><command>bzr</command></term>
120 <listitem>
121 <para>is a command-line client program used to access bcr repositories.</para>
122 <indexterm zone="bazaar bazaar-prog">
123 <primary sortas="b-bzr">bzr</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127 </variablelist>
[2eddde8b]128
[e8c7c5b]129 </sect2>
130</sect1>
Note: See TracBrowser for help on using the repository browser.