1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/ctdb/web/download.html
Ronnie Sahlberg 7b163bca18 fix the git path to the repository
(This used to be ctdb commit b0c32a96f4176747ca772be664888f5c3c483b98)
2009-05-25 12:15:13 +10:00

48 lines
1.2 KiB
HTML

<!--#set var="TITLE" value="Downloading CTDB" -->
<!--#include virtual="header.html" -->
<H2 align="center">Getting the code</h2>
You need two source trees, one is a copy of Samba3 with clustering
patches, and the other is the ctdb code itself.<p>
Both source trees are stored in git repositories.<p>
<h2>CTDB</h2>
To get an initial checkout of the ctdb code do this:
<pre>
git clone git://git.samba.org/sahlberg/ctdb.git ctdb
</pre>
To update this tree when improvements are made in the upstream code do this:
<pre>
cd ctdb
git pull
</pre>
If you don't have git and can't easily install it, then you can
instead use the following command to fetch ctdb or update it:
<pre>
rsync -avz samba.org::ftp/unpacked/ctdb .
</pre>
<h2>Samba3 ctdb version</h2>
<p>
With Samba version 3.3 all cluster-relevant changes have been merged
to the mainstream Samba code. Please refer to the <a
href="http://www.samba.org/">Samba website</a> for the current release
information.
</p>
<h2>Binary Packages</h2>
Note that packages are so far only available for RHEL5. Other packages
may come later. <p>
See <a href="packages/">packages</a> directory for package
downloads.
<!--#include virtual="footer.html" -->