Add a new test tool that fetch locks a record and then blocks until it receives
[sahlberg/ctdb.git] / web / download.html
index e50d799cfc6ebe23dcfc487039936ba63f0bd338..85aa88e7396e516cf2597edef09bff30f4d072fb 100644 (file)
@@ -1,54 +1,47 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
-<HTML>
-<HEAD>
-<TITLE>Getting the code</TITLE>
-</HEAD>
-<BODY BGCOLOR="#ffffff" TEXT="#000000" VLINK="#292555" LINK="#292555" ALINK="#cc0033">
+<!--#set var="TITLE" value="Downloading CTDB" -->
+<!--#include virtual="header.html" -->
 
-<h1>Getting the code</h1>
+<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.<br>
+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.<br><br>
-
-See http://bazaar-vcs.org/ for more information on bzr.<br><br>
+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/sahlberg/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 verion</h2>
-The fastest way to checkout an initial copy of the Samba3 tree with clustering patches is:
-<pre>
-  rsync -avz samba.org::ftp/unpacked/samba_3_0_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>
 
-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
-</pre>
+<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.
 
-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/ .
-</pre>
 
-</BODY>
-</HTML>
+<!--#include virtual="footer.html" -->