[SCM] Samba Shared Repository - branch master updated

Amitay Isaacs amitay at samba.org
Thu Mar 8 01:33:02 MST 2012


The branch, master has been updated
       via  cff40ed autobuild: Enable standalone tdb2 tests
      from  b442e37 failtest: don't assume FD_SETSIZE is maximum runtime fd.

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


- Log -----------------------------------------------------------------
commit cff40ed7f845fb263994bf615ee232cd1183507c
Author: Amitay Isaacs <amitay at gmail.com>
Date:   Wed Mar 7 13:32:22 2012 +1100

    autobuild: Enable standalone tdb2 tests
    
    Autobuild-User: Amitay Isaacs <amitay at samba.org>
    Autobuild-Date: Thu Mar  8 09:32:24 CET 2012 on sn-devel-104

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

Summary of changes:
 script/autobuild.py |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index 8ddd4b3..d8a1ad3 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -19,6 +19,7 @@ builddirs = {
     "samba4"  : ".",
     "ldb"     : "lib/ldb",
     "tdb"     : "lib/tdb",
+    "tdb2"    : "lib/tdb2",
     "talloc"  : "lib/talloc",
     "replace" : "lib/replace",
     "tevent"  : "lib/tevent",
@@ -28,7 +29,7 @@ builddirs = {
     "retry"   : "."
     }
 
-defaulttasks = [ "samba3", "samba4", "ldb", "tdb", "talloc", "replace", "tevent", "pidl" ]
+defaulttasks = [ "samba3", "samba4", "ldb", "tdb", "tdb2", "talloc", "replace", "tevent", "pidl" ]
 
 tasks = {
     "samba3" : [ ("autogen", "./autogen.sh", "text/plain"),
@@ -69,6 +70,14 @@ tasks = {
               ("distcheck", "make distcheck", "text/plain"),
               ("clean", "make clean", "text/plain") ],
 
+    "tdb2" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"),
+               ("make", "make -j", "text/plain"),
+               ("install", "make install", "text/plain"),
+               ("test", "make test", "text/plain"),
+               ("check-clean-tree", "../../script/clean-source-tree.sh", "text/plain"),
+               ("distcheck", "make distcheck", "text/plain"),
+               ("clean", "make clean", "text/plain") ],
+
     "talloc" : [ ("configure", "./configure --enable-developer -C ${PREFIX}", "text/plain"),
                  ("make", "make -j", "text/plain"),
                  ("install", "make install", "text/plain"),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list