[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Fri Oct 1 19:03:13 MDT 2010


The branch, master has been updated
       via  faa993d autobuild: fixed tuple count for retry
      from  87698dc s4-kerberos Don't regenerate key values for each alias in keytab

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


- Log -----------------------------------------------------------------
commit faa993d95c0cdd29b52d64000e0f0c0585ff01af
Author: Andrew Tridgell <tridge at samba.org>
Date:   Fri Oct 1 17:58:47 2010 -0700

    autobuild: fixed tuple count for retry

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

Summary of changes:
 script/autobuild.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index 9c1520a..62117ec 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -200,7 +200,7 @@ class buildlist(object):
             if options.retry and self.need_retry:
                 self.kill_kids()
                 print("retry needed")
-                return (0, "retry")
+                return (0, None, None, None, "retry")
             if b is None:
                 break
             if os.WIFSIGNALED(b.status) or os.WEXITSTATUS(b.status) != 0:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list