[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Tue Feb 14 16:39:02 UTC 2017


The branch, master has been updated
       via  b1dc72d s3-waf: remove duplicate ctags definition
      from  03c4cf5 tests/ndrdump: Add a test for --hex-input

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


- Log -----------------------------------------------------------------
commit b1dc72df2305748ecd02085c0845377b17c5ead9
Author: Günther Deschner <gd at samba.org>
Date:   Mon Jan 23 16:45:53 2017 +0100

    s3-waf: remove duplicate ctags definition
    
    Guenther
    
    Signed-off-by: Guenther Deschner <gd at samba.org>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Günther Deschner <gd at samba.org>
    Autobuild-Date(master): Tue Feb 14 17:38:34 CET 2017 on sn-devel-144

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

Summary of changes:
 source3/wscript | 9 ---------
 1 file changed, 9 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/wscript b/source3/wscript
index b886e1b..07338e9 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1869,12 +1869,3 @@ main() {
         Logs.info("%s: %s" % (shared_env, ','.join(conf.env[shared_env])))
 
     conf.SAMBA_CONFIG_H('include/config.h')
-
-def ctags(ctx):
-    "build 'tags' file using ctags"
-    import Utils
-    source_root = os.path.dirname(Utils.g_module.root_path)
-    cmd = 'ctags $(find %s/.. -name "*.[ch]" | grep -v "*_proto\.h")' % source_root
-    print("Running: %s" % cmd)
-    os.system(cmd)
-


-- 
Samba Shared Repository



More information about the samba-cvs mailing list