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.

-Both source trees are stored in bzr repositories.

- -See http://bazaar-vcs.org/ for more information on bzr.

+Both source trees are stored in git repositories.

CTDB

To get an initial checkout of the ctdb code do this:
-   rsync -avz samba.org::ftp/unpacked/ctdb .
+   git clone git://git.samba.org/tridge/ctdb.git ctdb
 
To update this tree when improvements are made in the upstream code do this:
     cd ctdb
-    bzr merge http://samba.org/~tridge/ctdb
+    git pull
 
-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:
-    cd ctdb
-    rsync -avz samba.org::ftp/unpacked/ctdb/ .
+    rsync -avz samba.org::ftp/unpacked/ctdb .
 

Samba3 ctdb version

-The fastest way to checkout an initial copy of the Samba3 tree with clustering patches is: +To checkout the samba-ctdb tree do this:
-  rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb .
+   git clone git://git.samba.org/tridge/samba-ctdb.git samba_3_0_ctdb
 
To update this tree when improvements are made in the upstream code do this:
    cd samba_3_0_ctdb
-   bzr merge http://samba.org/~tridge/samba_3_0_ctdb
+   git pull
 
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:
-    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 .
 

Binary Packages

Note that packages are so far only available for RHEL5. Other packages -will come later.

+may come later.

See packages directory for package downloads.