summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-10-17 11:26:52 +1100
committerAmitay Isaacs <amitay@gmail.com>2012-10-22 17:39:45 +1100
commit46199534b56931662cebf5000fb8fb72df181935 (patch)
tree1363448aa32ac664aecfe1dcabf5402883f2cc04 /ctdb/web
parent30642440f04f621bca0d1bde693834e248e7b68a (diff)
downloadsamba-46199534b56931662cebf5000fb8fb72df181935.tar.gz
samba-46199534b56931662cebf5000fb8fb72df181935.tar.xz
samba-46199534b56931662cebf5000fb8fb72df181935.zip
web: Add the links to ftp/http ctdb download area
Signed-off-by: Amitay Isaacs <amitay@gmail.com> (This used to be ctdb commit 12e4a3e2953842b4c3842bf920fe2086df4fe46c)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/download.html11
1 files changed, 7 insertions, 4 deletions
diff --git a/ctdb/web/download.html b/ctdb/web/download.html
index fdcab500295..dce75fe078a 100644
--- a/ctdb/web/download.html
+++ b/ctdb/web/download.html
@@ -3,13 +3,16 @@
<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.<p>
+You need two source trees, one is a copy of Samba3 and the other is the
+ctdb code itself.<p>
Both source trees are stored in git repositories.<p>
<h2>CTDB</h2>
-To get an initial checkout of the ctdb code do this:
+You can download ctdb source code via <a href="ftp://ftp.samba.org/pub/ctdb">ftp</a>
+and <a href="http://ftp.samba.org/pub/ctdb">http</a>. <br><br>
+
+You can also get the latest development version of ctdb using git:
<pre>
git clone git://git.samba.org/ctdb.git ctdb
</pre>
@@ -40,7 +43,7 @@ information.
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
+See <a href="http://ftp.samba.org/pub/ctdb/packages/">packages</a> directory for package
downloads.