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

Andrew Bartlett abartlet at samba.org
Fri Feb 17 23:17:34 MST 2012


The branch, master has been updated
       via  f4cf0c5 also return unfiltered callanalyse output
      from  b194d41 fix VACUUM to run on correct db

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


- Log -----------------------------------------------------------------
commit f4cf0c5976dcdd23d7ef9f2089d2bf00e8b62832
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Sat Feb 18 17:15:52 2012 +1100

    also return unfiltered callanalyse output

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

Summary of changes:
 build_test.fns |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index 173ba08..50ab43c 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -347,11 +347,9 @@ action_callcatcherreport() {
 		tdb|talloc|ldb)
 			callanalyse `find $builddir/bin -name \*.so*` $builddir/bin/* > $builddir/coverage/unused-fns.txt
 			;;
-		samba_3_master*)
-			callanalyse `find $builddir/bin -name \*.so*` $builddir/bin/* | grep -v -f $srcdir/callcatcher-exceptions.grep > $builddir/coverage/unused-fns.txt
-			;;
-		samba_4*)
-			callanalyse `find $builddir/bin -name \*.so*` $builddir/bin/* | grep -v -f $srcdir/callcatcher-exceptions.grep > $builddir/coverage/unused-fns.txt
+		samba_3_master|samba_4*)
+			callanalyse `find $builddir/bin -name \*.so*` $builddir/bin/* > $builddir/coverage/all-unused-fns.txt 
+			grep -v -f $srcdir/callcatcher-exceptions.grep $builddir/coverage/all-unused-fns.txt > $builddir/coverage/unused-fns.txt
 			;;
 		esac
 		rc=$?


-- 
build.samba.org


More information about the samba-cvs mailing list