[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Tue Apr 6 16:30:05 MDT 2010


The branch, master has been updated
       via  c349aa3... s4-python: Use standard infrastructure for finding included testtools, subunit and iso8601.
      from  4d482d9... s4-smbtorture: more work on forms tests in RPC-SPOOLSS.

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


- Log -----------------------------------------------------------------
commit c349aa3619efde5e00fd0d05f0670a7b6c2f3327
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Apr 7 00:26:28 2010 +0200

    s4-python: Use standard infrastructure for finding included testtools, subunit and iso8601.

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

Summary of changes:
 lib/subunit/python/wscript_build       |   19 -------------------
 source4/scripting/python/wscript_build |    2 --
 source4/wscript_build                  |    1 -
 3 files changed, 0 insertions(+), 22 deletions(-)
 delete mode 100644 lib/subunit/python/wscript_build


Changeset truncated at 500 lines:

diff --git a/lib/subunit/python/wscript_build b/lib/subunit/python/wscript_build
deleted file mode 100644
index f99ba42..0000000
--- a/lib/subunit/python/wscript_build
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env python
-
-
-# install out various python scripts for use by make test
-
-bld.SAMBA_SCRIPT('python_iso8601',
-                 pattern='iso8601/**/*.py',
-                 installdir='python')
-
-
-bld.SAMBA_SCRIPT('python_subunit',
-                 pattern='subunit/**/*.py',
-                 installdir='python')
-
-
-bld.SAMBA_SCRIPT('python_testtools',
-                 pattern='testtools/**/*.py',
-                 installdir='python')
-
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build
index 2a09869..96de643 100644
--- a/source4/scripting/python/wscript_build
+++ b/source4/scripting/python/wscript_build
@@ -23,9 +23,7 @@ bld.SAMBA_PYTHON('python_uuid',
 
 bld.SAMBA_PYTHON('python_glue',
                  source='pyglue.c',
-                 # _PY_FILES='$(shell find samba ../lib/subunit/python -type f -name "*.py")',
                  deps='LIBNDR ldb SAMDB CREDENTIALS pyldb python_dcerpc_misc python_dcerpc_security pyauth pyldb_util pyparam_util',
-                 # EPYDOC_OPTIONS='--no-private --url http://www.samba.org/ --no-sourcecode',
                  realname='samba/glue.so'
 	)
 
diff --git a/source4/wscript_build b/source4/wscript_build
index d128a85..0fbd059 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -48,7 +48,6 @@ bld.RECURSE('lib/ldb')
 bld.RECURSE('dynconfig')
 bld.RECURSE('../lib/util/charset')
 bld.RECURSE('scripting/python')
-bld.RECURSE('../lib/subunit/python')
 bld.RECURSE('param')
 bld.RECURSE('librpc')
 bld.RECURSE('dsdb')


-- 
Samba Shared Repository


More information about the samba-cvs mailing list