[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-64-gd4c06bf

Jelmer Vernooij jelmer at samba.org
Tue Jun 10 22:13:14 GMT 2008


The branch, v4-0-test has been updated
       via  d4c06bf333fe9ba2dd8b7ebd51a848d512f40983 (commit)
       via  0f57fcaa2e8af3e2b03ba401f4fda812fe55745b (commit)
       via  f134a701e7c2d64a684d55691fd66e2aaeb15812 (commit)
      from  9c88f5e1de9db34751f16c2247fa91ae2445c5f7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit d4c06bf333fe9ba2dd8b7ebd51a848d512f40983
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 11 00:11:31 2008 +0200

    Add another reason for skipping a testsuite, remove obsolete comment.

commit 0f57fcaa2e8af3e2b03ba401f4fda812fe55745b
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 11 00:11:11 2008 +0200

    Clarify error when SWIG can't be found - it's not required unless you
    intend to do development.

commit f134a701e7c2d64a684d55691fd66e2aaeb15812
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Jun 11 00:10:43 2008 +0200

    Remove unused import, function.

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

Summary of changes:
 source/samba4-skip                     |    2 +-
 source/scripting/python/ac_pkg_swig.m4 |    2 +-
 source/setup/newuser                   |    8 --------
 3 files changed, 2 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/samba4-skip b/source/samba4-skip
index bf25172..b1313ad 100644
--- a/source/samba4-skip
+++ b/source/samba4-skip
@@ -6,6 +6,7 @@
 # * Testsuite crashes during run
 # * Testsuite crashes server
 # * Testsuite contains "flapping" tests (sometimes success, sometimes failure)
+# * Testsuite hangs indefinitely
 #
 # If a testsuite is partially succeeding, please list the failing bits 
 # in the samba4-knownfail file rather than disabling the testsuite completely.
@@ -60,4 +61,3 @@ nss.test						# Fails
 samba4.samba3sam.python		# Conversion from EJS not yet finished
 raw.offline 			# Samba 4 doesn't have much offline support yet
 winreg*  #Does not authenticate against the target server
-#^samba4.samdb.python  #Not working yet
diff --git a/source/scripting/python/ac_pkg_swig.m4 b/source/scripting/python/ac_pkg_swig.m4
index 013743c..8d3561a 100644
--- a/source/scripting/python/ac_pkg_swig.m4
+++ b/source/scripting/python/ac_pkg_swig.m4
@@ -109,7 +109,7 @@ AC_DEFUN([AC_PROG_SWIG],[
                         if test $available_major -ne $required_major \
                                 -o $available_minor -ne $required_minor \
                                 -o $available_patch -lt $required_patch ; then
-                                AC_MSG_WARN([SWIG version >= $1 is required.  You have $swig_version.  You should look at http://www.swig.org])
+                                AC_MSG_WARN([SWIG version >= $1 is required if you would like to work on the SWIG bindings.  You have $swig_version. ])
                                 SWIG='no'
                         else
                                 AC_MSG_NOTICE([SWIG executable is '$SWIG'])
diff --git a/source/setup/newuser b/source/setup/newuser
index 991afa3..e6ab4ed 100755
--- a/source/setup/newuser
+++ b/source/setup/newuser
@@ -13,7 +13,6 @@ sys.path.insert(0, "bin/python")
 
 import samba.getopt as options
 import optparse
-import pwd
 from getpass import getpass
 from samba.auth import system_session
 from samba.samdb import SamDB
@@ -29,13 +28,6 @@ parser.add_option("--unixname", help="Unix Username", type=str)
 
 opts, args = parser.parse_args()
 
-#
-#  print a message if quiet is not set
-#
-def message(text):
-	if not opts.quiet:
-		print text
-
 if len(args) == 0:
 	parser.print_usage()
 	sys.exit(1)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list