[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Jun 18 20:41:03 MDT 2012


The branch, master has been updated
       via  85b8439 WHATSNEW: Fix typo.
       via  bf5934c tdb/wscript: Remove unecessary semicolons.
      from  59daf91 wafsamba/irixcc: add '-c99' option to cc

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


- Log -----------------------------------------------------------------
commit 85b8439d4a4a8769a524fab2c78e46eb13b04c76
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Jun 19 01:01:17 2012 +0200

    WHATSNEW: Fix typo.
    
    "dcerpc endpoint services" -> "dcerpc endpoint servers"
    
    Autobuild-User(master): Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date(master): Tue Jun 19 04:40:12 CEST 2012 on sn-devel-104

commit bf5934ca1b80930d8fd2f19ef12e32092b34fa4d
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon May 28 14:16:44 2012 +0200

    tdb/wscript: Remove unecessary semicolons.

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

Summary of changes:
 WHATSNEW.txt    |    2 +-
 lib/tdb/wscript |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index b6c9523..6e1e98a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -109,7 +109,7 @@ The default file server for EXISTING USERS has changed to s3fs.  To
 continue to use ntvfs, you must set in your smb.conf:
 
     server services = +smb -s3fs
-    dcerpc endpoint services = +winreg +srvsvc
+    dcerpc endpoint servers = +winreg +srvsvc
 
 samba-tool dbcheck will now upgrade older databases that are missing
 GUIDs in the schema partition.  
diff --git a/lib/tdb/wscript b/lib/tdb/wscript
index d475204..e28e43a 100644
--- a/lib/tdb/wscript
+++ b/lib/tdb/wscript
@@ -167,7 +167,7 @@ def build(bld):
 def testonly(ctx):
     '''run tdb testsuite'''
     import Utils, samba_utils, shutil
-    ecode = 0;
+    ecode = 0
 
     test_prefix = "%s/st" % (Utils.g_module.blddir)
     shutil.rmtree(test_prefix, ignore_errors=True)
@@ -192,15 +192,15 @@ def testonly(ctx):
             if ret != 0:
                 print("%s failed:" % f)
                 samba_utils.RUN_COMMAND("cat " + os.path.join(testdir, 'test-output'))
-                ecode = ret;
-                break;
+                ecode = ret
+                break
 
     if ecode == 0:
         cmd = os.path.join(Utils.g_module.blddir, 'tdbtorture')
         ret = samba_utils.RUN_COMMAND(cmd)
         print("testsuite returned %d" % ret)
         if ret != 0:
-            ecode = ret;
+            ecode = ret
     sys.exit(ecode)
 
 # WAF doesn't build the unit tests for this, maybe because they don't link with tdb?


-- 
Samba Shared Repository


More information about the samba-cvs mailing list