[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun May 30 20:00:54 MDT 2010


The branch, master has been updated
       via  1d1d31f... wafsamba: Default blacklist to an empty list rather than None.
      from  3858b5d... s4-waf: sanitize library names like the old build system did, only add -samba4 suffix for libraries that are bundled.

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


- Log -----------------------------------------------------------------
commit 1d1d31f703e3f3f41dddd45e705cf2a9a5a0d3df
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon May 31 03:59:50 2010 +0200

    wafsamba: Default blacklist to an empty list rather than None.

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

Summary of changes:
 buildtools/wafsamba/samba_dist.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/buildtools/wafsamba/samba_dist.py b/buildtools/wafsamba/samba_dist.py
index 05c5aaa..54ca6c9 100644
--- a/buildtools/wafsamba/samba_dist.py
+++ b/buildtools/wafsamba/samba_dist.py
@@ -5,7 +5,7 @@ import Utils, os, sys, tarfile, gzip, stat, Scripting, Logs, Options
 from samba_utils import *
 
 dist_dirs = None
-dist_blacklist = None
+dist_blacklist = ""
 
 def add_symlink(tar, fname, abspath, basedir):
     '''handle symlinks to directories that may move during packaging'''


-- 
Samba Shared Repository


More information about the samba-cvs mailing list