[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Wed Apr 7 23:23:57 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 872f1f38488ed5ae98616c428560585079e0ac25
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Nov 5 19:33:48 2009 +0000

    2009-11-04  Eric Seidel  <eric at webkit.org>
    
            No review, just add a line which got left out of the patch uploaded for commit.
    
            commit-queue is crashing when trying to reject patches after unknown failures
            https://bugs.webkit.org/show_bug.cgi?id=31091
    
            * Scripts/bugzilla-tool: Set bug_log = None after closing to we don't re-close and crash.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50570 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index d2715ef..74167e1 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2009-11-04  Eric Seidel  <eric at webkit.org>
+
+        No review, just add a line which got left out of the patch uploaded for commit.
+
+        commit-queue is crashing when trying to reject patches after unknown failures
+        https://bugs.webkit.org/show_bug.cgi?id=31091
+
+        * Scripts/bugzilla-tool: Set bug_log = None after closing to we don't re-close and crash.
+
 2009-11-04  Adam Roben  <aroben at apple.com>
 
         Remove bogus else clause in bugzilla-tool
diff --git a/WebKitTools/Scripts/bugzilla-tool b/WebKitTools/Scripts/bugzilla-tool
index fb19247..6ad29e8 100755
--- a/WebKitTools/Scripts/bugzilla-tool
+++ b/WebKitTools/Scripts/bugzilla-tool
@@ -726,6 +726,7 @@ class LandPatchesFromCommitQueue(Command):
             # If we still have a bug log open from the last loop, close it.
             if bug_log:
                 self._remove_log_from_output_tee(bug_log)
+                bug_log = None
             # Either of these calls could throw URLError which shouldn't stop the queue.
             # We catch all exceptions just in case.
             try:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list