[SCM] build.samba.org - branch master updated

Andrew Tridgell tridge at samba.org
Sun Feb 6 20:25:46 MST 2011


The branch, master has been updated
       via  00aea84 switch the build farm to using the top level Samba4 build
      from  5abd0ba don't send emails for waf-svn tree

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


- Log -----------------------------------------------------------------
commit 00aea844d6ff939ba9806ae2381974c4e5bcde11
Author: Andrew Tridgell <tridge at samba.org>
Date:   Mon Feb 7 14:24:30 2011 +1100

    switch the build farm to using the top level Samba4 build

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

Summary of changes:
 SerNet-IRIX.fns     |    2 +-
 SerNet-Tru64.fns    |    2 +-
 SerNet-aix.fns      |    2 +-
 SerNet-solaris8.fns |    2 +-
 build_test.fns      |    2 +-
 charis.fns          |    2 +-
 fjall.fns           |    2 +-
 generic.fns         |    2 +-
 gwen.fns            |    2 +-
 hape.fns            |    2 +-
 magni.fns           |    2 +-
 opi.fns             |    2 +-
 qnx18.fns           |    2 +-
 sunX.fns            |    2 +-
 web/trees.conf      |    2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)


Changeset truncated at 500 lines:

diff --git a/SerNet-IRIX.fns b/SerNet-IRIX.fns
index 4e07389..8713691 100644
--- a/SerNet-IRIX.fns
+++ b/SerNet-IRIX.fns
@@ -15,7 +15,7 @@ for compiler in $compilers; do
 	#export config="--with-included-popt"
 	. common.fns
 
-	test_tree samba_4_0_test source4 $compiler
+	test_tree samba_4_0_test . $compiler
 
 	test_tree samba_3_current source $compiler
 	test_tree samba_3_next source $compiler
diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns
index 37a5540..188991b 100644
--- a/SerNet-Tru64.fns
+++ b/SerNet-Tru64.fns
@@ -19,7 +19,7 @@ for compiler in $compilers; do
 	CPPFLAGS=""
 	export TDB_NO_FSYNC
 	export CPPFLAGS
-	test_tree samba_4_0_test source4 $compiler
+	test_tree samba_4_0_test . $compiler
 	CPPFLAGS="$SAVED_CPPFLAGS"
 	export CPPFLAGS
 
diff --git a/SerNet-aix.fns b/SerNet-aix.fns
index 8fb9815..56632ef 100644
--- a/SerNet-aix.fns
+++ b/SerNet-aix.fns
@@ -30,6 +30,6 @@ test_tree samba_3_master source $compiler
 test_tree pidl . cc build test
 
 compiler="xlc_r"
-test_tree samba_4_0_test source4 $compiler
+test_tree samba_4_0_test . $compiler
 
 global_unlock
diff --git a/SerNet-solaris8.fns b/SerNet-solaris8.fns
index a652f2a..b76abda 100644
--- a/SerNet-solaris8.fns
+++ b/SerNet-solaris8.fns
@@ -34,7 +34,7 @@ for compiler in $compilers; do
 	. common.fns
 	TDB_NO_FSYNC=1
 	export TDB_NO_FSYNC
-	test_tree samba_4_0_test source4 $compiler
+	test_tree samba_4_0_test . $compiler
 	test_tree samba_3_current source $compiler
 	test_tree samba_3_next source $compiler
 	test_tree samba_3_master source $compiler
diff --git a/build_test.fns b/build_test.fns
index 496bf7f..552862a 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -417,7 +417,7 @@ action_config_log() {
 ############################
 
 action_config_header() {
-	hdr_files="config.h include/config.h bin/default/config.h bin/default/source4/include/config.h bin/default/source3/include/config.h"
+	hdr_files="config.h include/config.h bin/default/config.h bin/default/include/config.h bin/default/source3/include/config.h"
 	for h in $hdr_files; do
 		if [ -f $h ]; then
 			echo "contents of $h:"
diff --git a/charis.fns b/charis.fns
index 5e789b1..cc41382 100755
--- a/charis.fns
+++ b/charis.fns
@@ -8,7 +8,7 @@ global_lock
 system=`uname`
 
 compiler=gcc
-test_tree samba_4_0_test source4 gcc
+test_tree samba_4_0_test . gcc
 export config="--enable-merged-build"
 test_tree samba_3_master source gcc
 
diff --git a/fjall.fns b/fjall.fns
index 612a96b..8fb7017 100644
--- a/fjall.fns
+++ b/fjall.fns
@@ -21,7 +21,7 @@ export MAXTIME=36000
 export SMBD_MAXTIME=36000
 export SAMBA_MAXTIME=36000
 
-test_tree samba_4_0_test source4 $compiler
+test_tree samba_4_0_test . $compiler
 test_tree samba_3_current source $compiler
 test_tree samba_3_next source $compiler
 test_tree samba_3_master source $compiler
diff --git a/generic.fns b/generic.fns
index 9de2b76..508afad 100644
--- a/generic.fns
+++ b/generic.fns
@@ -46,7 +46,7 @@ for compiler in $compilers; do
 
     TDB_NO_FSYNC=1
     export TDB_NO_FSYNC
-    test_tree samba_4_0_test source4 $compiler
+    test_tree samba_4_0_test . $compiler
     TDB_NO_FSYNC=0
     export TDB_NO_FSYNC
 
diff --git a/gwen.fns b/gwen.fns
index 51219ce..3ee75c2 100644
--- a/gwen.fns
+++ b/gwen.fns
@@ -8,7 +8,7 @@ compilers="gcc cc"
 for compiler in $compilers; do
 	. common.fns
 
-	test_tree samba_4_0_test source4 $compiler
+	test_tree samba_4_0_test . $compiler
 
 	test_tree samba_3_current source $compiler
 	test_tree samba_3_next source $compiler
diff --git a/hape.fns b/hape.fns
index 8c75a82..5ff0ab7 100644
--- a/hape.fns
+++ b/hape.fns
@@ -19,7 +19,7 @@ for compiler in gcc ; do
 	. common.fns
 
 	export config="--bundled-libraries=popt"
-	MAKE=gmake test_tree samba_4_0_test source4 $compiler
+	MAKE=gmake test_tree samba_4_0_test . $compiler
 
 	export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt"
 	test_tree samba_3_current source $compiler
diff --git a/magni.fns b/magni.fns
index 43ffe1f..0ee579a 100644
--- a/magni.fns
+++ b/magni.fns
@@ -10,7 +10,7 @@ compiler=gcc
 #lcov like shared libraries
 #export config="--disable-shared"
 export PIDL_TESTS_SKIP=yes
-test_tree samba_4_0_test source4 $compiler configure config_log config_header build install test lcovreport
+test_tree samba_4_0_test . $compiler configure config_log config_header build install test lcovreport
 
 export config=""
 test_tree samba_3_current source $compiler
diff --git a/opi.fns b/opi.fns
index eb954b5..049eb64 100644
--- a/opi.fns
+++ b/opi.fns
@@ -10,7 +10,7 @@ export CFLAGS
 #test_tree lorikeet-heimdal . $compiler
 
 export config="--with-selftest-prefix=/data/bf/st.samba_4_0_test"
-test_tree samba_4_0_test source4 $compiler
+test_tree samba_4_0_test . $compiler
 export config=""
 
 test_tree samba_3_current source $compiler
diff --git a/qnx18.fns b/qnx18.fns
index 76c5da5..64548e7 100644
--- a/qnx18.fns
+++ b/qnx18.fns
@@ -10,7 +10,7 @@ compiler=gcc
 test_tree lorikeet-heimdal . $compiler
 
 if which perl > /dev/null; then
-	test_tree samba_4_0_test source4 $compiler
+	test_tree samba_4_0_test . $compiler
 fi
 
 #test_tree samba_3_current source $compiler
diff --git a/sunX.fns b/sunX.fns
index c982ffd..76e72fe 100644
--- a/sunX.fns
+++ b/sunX.fns
@@ -16,7 +16,7 @@ for compiler in $compilers; do
 	. common.fns
 	TDB_NO_FSYNC=1
 	export TDB_NO_FSYNC
-	test_tree samba_4_0_test source4 $compiler
+	test_tree samba_4_0_test . $compiler
 	TDB_NO_FSYNC=0
 	export TDB_NO_FSYNC
 
diff --git a/web/trees.conf b/web/trees.conf
index e3052bc..10bf3eb 100644
--- a/web/trees.conf
+++ b/web/trees.conf
@@ -40,7 +40,7 @@ srcdir = source
 scm = git
 repo = samba.git
 branch = master
-srcdir = source4
+srcdir = .
 
 [libreplace]
 scm = git


-- 
build.samba.org


More information about the samba-cvs mailing list