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

Björn Jacke bjacke at samba.org
Wed Jun 27 10:37:29 MDT 2012


The branch, master has been updated
       via  54b3bb4 use generic.fns in SerNet-Tru64.fns
      from  e2c11a0 SerNet-aix.fns: use killall after a complete run to do what killbysubdir should have done

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


- Log -----------------------------------------------------------------
commit 54b3bb43abd4791880d68a4a39ccb0a25e1682b9
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Jun 27 18:41:25 2012 +0200

    use generic.fns in SerNet-Tru64.fns

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

Summary of changes:
 SerNet-Tru64.fns |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)


Changeset truncated at 500 lines:

diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns
index 8622412..b9c093d 100644
--- a/SerNet-Tru64.fns
+++ b/SerNet-Tru64.fns
@@ -1,6 +1,3 @@
-per_run_hook
-
-global_lock
 compilers="cc"
 
 MAXTIME=18000
@@ -11,24 +8,4 @@ export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
 CFLAGS="-g $CFLAGS"
 export CFLAGS
 
-for compiler in $compilers; do
-
-	. common.fns
-	TDB_NO_FSYNC=1
-	SAVED_CPPFLAGS="$CPPFLAGS"
-	CPPFLAGS=""
-	export TDB_NO_FSYNC
-	export CPPFLAGS
-	test_tree samba_4_0_test . $compiler
-	CPPFLAGS="$SAVED_CPPFLAGS"
-	export CPPFLAGS
-
-	test_tree samba_3_current source3 $compiler
-	test_tree samba_3_next source3 $compiler
-	test_tree samba_3_master source3 $compiler
-	TDB_NO_FSYNC=0
-	export TDB_NO_FSYNC
-
-done
-
-global_unlock
+. generic.fns


-- 
build.samba.org


More information about the samba-cvs mailing list