diff options
-rw-r--r-- | ctdb/web/download.html | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/ctdb/web/download.html b/ctdb/web/download.html index dda5a1a333..7b495fc0a3 100644 --- a/ctdb/web/download.html +++ b/ctdb/web/download.html @@ -28,21 +28,12 @@ instead use the following command to fetch ctdb or update it: <h2>Samba3 ctdb version</h2> -To checkout the samba-ctdb tree do this: -<pre> - 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 - 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> - rsync -avz samba.org::ftp/unpacked/samba_3_0_ctdb . -</pre> +<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> |