diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-01-11 11:28:10 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-01-11 16:02:27 +1100 |
commit | 3ed4be0642531e0b09bb14fd0404c2cc0ece1949 (patch) | |
tree | 190fcb20ba4d5c081c3bc7fbab8df5a6ac584d99 /source4 | |
parent | ec103b327627a8083a5eec4f4b3b2a3b233fd8f2 (diff) | |
download | samba-3ed4be0642531e0b09bb14fd0404c2cc0ece1949.tar.gz samba-3ed4be0642531e0b09bb14fd0404c2cc0ece1949.tar.bz2 samba-3ed4be0642531e0b09bb14fd0404c2cc0ece1949.zip |
ldb: link to the download directory on the website
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/ldb/web/index.html | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/source4/lib/ldb/web/index.html b/source4/lib/ldb/web/index.html index 7322ed9848..3fa4cdc3d7 100644 --- a/source4/lib/ldb/web/index.html +++ b/source4/lib/ldb/web/index.html @@ -58,23 +58,11 @@ mailing list, and the <a href="http://bugzilla.samba.org/">Samba bugzilla</a> bu <h2>Download</h2> -You can download the latest release either via rsync or through git.<br> -<br> -To fetch via git see the following guide:<br> +You can download the latest release here:<br> + <a href="http://samba.org/ftp/pub/ldb">http://samba.org/ftp/pub/ldb</a> + +Alternatively, you can fetch via git. See the following guide:<br> <a href="http://wiki.samba.org/index.php/Using_Git_for_Samba_Development">Using Git for Samba Development</a><br> -Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/ldb directory.<br> -<br> -To fetch via rsync use these commands: - -<pre> - rsync -Pavz samba.org::ftp/unpacked/ldb . - rsync -Pavz samba.org::ftp/unpacked/tdb . - rsync -Pavz samba.org::ftp/unpacked/talloc . - rsync -Pavz samba.org::ftp/unpacked/libreplace . -</pre> - -and build in ldb. It will find the other libraries in the directory -above automatically. <hr> <tiny> |