summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-29 14:08:09 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-29 14:08:09 +1100
commitbd5ce86789c921b9762efeb6c9153312227fe43e (patch)
tree3cfe611cdff884f2defd2c9ea06b848f24a9fef5 /ctdb/web
parente2fa62c39096b1d5ce2c247a2f89e59a62c7801c (diff)
downloadsamba-bd5ce86789c921b9762efeb6c9153312227fe43e.tar.gz
samba-bd5ce86789c921b9762efeb6c9153312227fe43e.tar.xz
samba-bd5ce86789c921b9762efeb6c9153312227fe43e.zip
update download instructions for new git tree
(This used to be ctdb commit f0a787f2e6ac98b13b61316f410cbb299042242b)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/download.html25
1 files changed, 11 insertions, 14 deletions
diff --git a/ctdb/web/download.html b/ctdb/web/download.html
index 9fc76677f57..dda5a1a3334 100644
--- a/ctdb/web/download.html
+++ b/ctdb/web/download.html
@@ -6,51 +6,48 @@
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 bzr repositories.<p>
-
-See http://bazaar-vcs.org/ for more information on bzr.<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>
- rsync -avz samba.org::ftp/unpacked/ctdb .
+ git clone git://git.samba.org/tridge/ctdb.git ctdb
</pre>
To update this tree when improvements are made in the upstream code do this:
<pre>
cd ctdb
- bzr merge http://samba.org/~tridge/ctdb
+ git pull
</pre>
-If you don't have bzr and can't easily install it, then you can instead use the following command to update your tree to the latest version:
+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>
- cd ctdb
- rsync -avz samba.org::ftp/unpacked/ctdb/ .
+ rsync -avz samba.org::ftp/unpacked/ctdb .
</pre>
<h2>Samba3 ctdb version</h2>
-The fastest way to checkout an initial copy of the Samba3 tree with clustering patches is:
+To checkout the samba-ctdb tree do this:
<pre>
- rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb .
+ git clone git://git.samba.org/tridge/samba-ctdb.git samba_3_0_ctdb
</pre>
To update this tree when improvements are made in the upstream code do this:
<pre>
cd samba_3_0_ctdb
- bzr merge http://samba.org/~tridge/samba_3_0_ctdb
+ git pull
</pre>
If you don't have bzr and can't easily install it, then you can instead use the following command to update your tree to the latest version:
<pre>
- cd samba_3_0_ctdb
- rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb/ .
+ rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb .
</pre>
<h2>Binary Packages</h2>
Note that packages are so far only available for RHEL5. Other packages
-will come later. <p>
+may come later. <p>
See <a href="packages/">packages</a> directory for package
downloads.