source: general/prog/bazaar.xml@ 0b585c59

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0b585c59 was 0b585c59, checked in by Igor Živković <igor@…>, 11 years ago

Bazaar: CA certs dependency and symlink for repositories over HTTPS

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11443 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
Line 
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
8 "https://launchpad.net/bzr/2.5/&bazaar-version;/+download/bzr-&bazaar-version;.tar.gz">
9 <!ENTITY bazaar-download-ftp " ">
10 <!ENTITY bazaar-md5sum "ac5079858364a046071000d5cdccb67b">
11 <!ENTITY bazaar-size "10 MB">
12 <!ENTITY bazaar-buildsize "69 MB">
13 <!ENTITY bazaar-time "0.2 SBU">
14]>
15
16<sect1 id="bazaar" xreflabel="bazaar-&bazaar-version;">
17 <?dbhtml filename="bazaar.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Bazaar-&bazaar-version;</title>
25
26 <indexterm zone="bazaar">
27 <primary sortas="a-bazaar">Bazaar</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Bazaar</title>
32
33 <para><application>Bazaar</application> is a version control system that
34 helps track project history over time and collaborate with others.</para>
35
36 &lfs72_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&bazaar-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&bazaar-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &bazaar-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &bazaar-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &bazaar-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &bazaar-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">Bazaar Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
64 <xref linkend="python2"/>
65 </para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional">
69 <xref linkend="cacerts"/>,
70 <ulink url="http://www.python.org/pypi/paramiko/">paramiko</ulink> with
71 <xref linkend="openssh"/> or
72 <ulink url="http://www.python.org/pypi/pycrypto/">PyCrypto</ulink> (to access branches over SSH), and
73 <ulink url="http://wiki.bazaar.canonical.com/BzrTools">BzrTools</ulink> (for rsync support and other extra functionality)
74 </para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/bazaar"/></para>
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Bazaar</title>
82
83 <para>
84 Install <application>Bazaar</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>python setup.py build</userinput></screen>
89
90 <para>
91 This package does not come with a test suite.
92 </para>
93
94 <para>Now, as the <systemitem class="username">root</systemitem>
95 user:</para>
96
97<screen role="root"><userinput>python setup.py install</userinput></screen>
98
99 <para>
100 If you have installed the <xref linkend="cacerts"/> and you want
101 <application>Bazaar</application> to use them, as the
102 <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>ln -sv ../ca-bundle.crt /etc/ssl/certs/ca-certificates.crt</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Program</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directory</segtitle>
116
117 <seglistitem>
118 <seg>bzr</seg>
119 <seg>None</seg>
120 <seg>/usr/lib/python2.7/site-packages/bzrlib</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="bazaar-prog">
130 <term><command>bzr</command></term>
131 <listitem>
132 <para>is a command-line client program used to access bcr repositories.</para>
133 <indexterm zone="bazaar bazaar-prog">
134 <primary sortas="b-bzr">bzr</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138 </variablelist>
139
140 </sect2>
141</sect1>
Note: See TracBrowser for help on using the repository browser.