diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-15 22:08:21 +0200 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2009-05-19 08:40:00 +1000 |
commit | 7442461e9f82b7bcf1e6bbcb28dd930f5bba0e87 (patch) | |
tree | 484cc1963ce2a8f87f735ad7df55cd301ee395a5 | |
parent | 8e9736ac1f2366201d5edfd979c729dcc50287b0 (diff) | |
download | samba-7442461e9f82b7bcf1e6bbcb28dd930f5bba0e87.tar.gz samba-7442461e9f82b7bcf1e6bbcb28dd930f5bba0e87.tar.xz samba-7442461e9f82b7bcf1e6bbcb28dd930f5bba0e87.zip |
Fix http://ctdb.samba.org/download.html
(This used to be ctdb commit 177295ba400fcaf47f026653f27a42a8ff798d36)
-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> |