[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sat Jan 21 03:30:04 MST 2012


The branch, master has been updated
       via  c55db47 script/autobuild.py: cleanup on rebase failure
      from  e175d25 s3-libsmb: Always allow SMB_TRANS_ENC_GSS to be defined

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


- Log -----------------------------------------------------------------
commit c55db47f1cf61ee343a7bd534904c32bf265325b
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jan 21 09:29:35 2012 +0100

    script/autobuild.py: cleanup on rebase failure
    
    We can improve this to generate logs.tar.gz later...
    
    metze
    
    Autobuild-User: Stefan Metzmacher <metze at samba.org>
    Autobuild-Date: Sat Jan 21 11:29:58 CET 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/script/autobuild.py b/script/autobuild.py
index abca8e8..d6ad082 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -504,6 +504,8 @@ while True:
             elif options.rebase_master:
                 rebase_tree(samba_master)
         except:
+            cleanup_list.append(gitroot + "/autobuild.pid")
+            cleanup()
             email_failure(-1, 'rebase', 'rebase', 'rebase', 'rebase on master failed')
             sys.exit(1)
         blist = buildlist(tasks, args)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list