[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sun Dec 5 08:14:03 MST 2010


The branch, master has been updated
       via  496ef92 wafsamba: Only include versioned files when building tarball from bzr.
      from  2ec657b Updated french translations from Jean Delvare <jdelvare at suse.de>

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


- Log -----------------------------------------------------------------
commit 496ef92b09180cb13ddf0b29fd90abdf72c7a423
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Dec 5 15:26:05 2010 +0100

    wafsamba: Only include versioned files when building tarball from bzr.
    
    Autobuild-User: Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date: Sun Dec  5 16:13:06 CET 2010 on sn-devel-104

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

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 320a858..1b27806 100644
--- a/buildtools/wafsamba/samba_dist.py
+++ b/buildtools/wafsamba/samba_dist.py
@@ -86,7 +86,7 @@ def vcs_dir_contents(path):
             env["GIT_DIR"] = os.path.join(repo, ".git")
             break
         elif os.path.isdir(os.path.join(repo, ".bzr")):
-            ls_files_cmd = [ 'bzr', 'ls', '--recursive',
+            ls_files_cmd = [ 'bzr', 'ls', '--recursive', '--versioned',
                              os.path.relpath(path, repo)]
             cwd = repo
             env = None


-- 
Samba Shared Repository


More information about the samba-cvs mailing list