From 3ed4be0642531e0b09bb14fd0404c2cc0ece1949 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Jan 2011 11:28:10 +1100 Subject: ldb: link to the download directory on the website --- source4/lib/ldb/web/index.html | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'source4/lib/ldb/web') 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 Samba bugzilla bu

Download

-You can download the latest release either via rsync or through git.
-
-To fetch via git see the following guide:
+You can download the latest release here:
+ http://samba.org/ftp/pub/ldb + +Alternatively, you can fetch via git. See the following guide:
Using Git for Samba Development
-Once you have cloned the tree switch to the v4-0-test branch and cd into the source/lib/ldb directory.
-
-To fetch via rsync use these commands: - -
-  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 .
-
- -and build in ldb. It will find the other libraries in the directory -above automatically.
-- cgit