[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Mon Jan 10 22:49:01 MST 2011


The branch, master has been updated
       via  d7c2eb1 abi: force TERM=none in abi generation
       via  3ed4be0 ldb: link to the download directory on the website
      from  ec103b3 script: tag the releases

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d7c2eb1be3a0e0c8b523fbdcf406d6bfe987c980
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue Jan 11 16:00:26 2011 +1100

    abi: force TERM=none in abi generation
    
    on Fedora12 gdb puts out a bit of binary garbage at the front of
    script output when TERM=xterm, presumably trying something like a
    clear screen.
    
    luckily it doesn't do it for unknown terminal types
    
    Autobuild-User: Andrew Tridgell <tridge at samba.org>
    Autobuild-Date: Tue Jan 11 06:48:56 CET 2011 on sn-devel-104

commit 3ed4be0642531e0b09bb14fd0404c2cc0ece1949
Author: Andrew Tridgell <tridge at samba.org>
Date:   Tue Jan 11 11:28:10 2011 +1100

    ldb: link to the download directory on the website

-----------------------------------------------------------------------

Summary of changes:
 buildtools/scripts/abi_gen.sh  |    3 ++-
 source4/lib/ldb/web/index.html |   20 ++++----------------
 2 files changed, 6 insertions(+), 17 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/scripts/abi_gen.sh b/buildtools/scripts/abi_gen.sh
index d563fb8..ed6f445 100755
--- a/buildtools/scripts/abi_gen.sh
+++ b/buildtools/scripts/abi_gen.sh
@@ -16,5 +16,6 @@ nm "$SHAREDLIB" | cut -d' ' -f2- | egrep '^[BDGTRVWS]' | grep -v @ | cut -c3- |
 done
 ) > $GDBSCRIPT
 
-gdb -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null
+# forcing the terminal avoids a problem on Fedora12
+TERM=none gdb -batch -x $GDBSCRIPT "$SHAREDLIB" < /dev/null
 rm -f $GDBSCRIPT
diff --git a/source4/lib/ldb/web/index.html b/source4/lib/ldb/web/index.html
index 7322ed9..3fa4cdc 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>


-- 
Samba Shared Repository


More information about the samba-cvs mailing list