[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Tue Dec 16 03:26:03 MST 2014


The branch, master has been updated
       via  af570c2 Revert "script/autobuild.py: build the samba target with --with-profiling-data"
      from  4958fcd script/autobuild.py: build the samba target with --with-profiling-data

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


- Log -----------------------------------------------------------------
commit af570c294b03035f022bcb53b81b2ef9025de516
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Dec 16 08:52:54 2014 +0100

    Revert "script/autobuild.py: build the samba target with --with-profiling-data"
    
    This reverts commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7.
    
    This only works for a single user on a system, as only one can create
    the sysv shared memory segment.
    
    In future we'll use a tdb instead of sysv shared memory,
    then we can readd this.
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Tue Dec 16 11:25:47 CET 2014 on sn-devel-104

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

Summary of changes:
 script/autobuild.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index 1097316..ba08e52 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -44,7 +44,7 @@ tasks = {
                ("clean", "make clean", "text/plain") ],
 
     # We have 'test' before 'install' because, 'test' should work without 'install'
-    "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab  --with-profiling-data", "text/plain"),
+    "samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
                 ("make", "make -j", "text/plain"),
                 ("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
                 ("install", "make install", "text/plain"),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list