[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:52:55 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit d006e3acffbe13be71bf2643821d6deb73a03924
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 21 01:15:40 2009 +0000

    2009-11-20  Eric Seidel  <eric at webkit.org>
    
            Reviewed by Adam Barth.
    
            Teach the StatusBot how to support more than just the commit-queue
            https://bugs.webkit.org/show_bug.cgi?id=31754
    
            * Scripts/modules/workqueue.py: Another typo.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51266 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 9c6b080..9b7ac30 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -5,6 +5,15 @@
         Teach the StatusBot how to support more than just the commit-queue
         https://bugs.webkit.org/show_bug.cgi?id=31754
 
+        * Scripts/modules/workqueue.py: Another typo.
+
+2009-11-20  Eric Seidel  <eric at webkit.org>
+
+        Reviewed by Adam Barth.
+
+        Teach the StatusBot how to support more than just the commit-queue
+        https://bugs.webkit.org/show_bug.cgi?id=31754
+
         * Scripts/modules/commands/queues.py: Fix silly typo.
 
 2009-11-20  Eric Seidel  <eric at webkit.org>
diff --git a/WebKitTools/Scripts/modules/workqueue.py b/WebKitTools/Scripts/modules/workqueue.py
index 997c8b7..44bd38f 100644
--- a/WebKitTools/Scripts/modules/workqueue.py
+++ b/WebKitTools/Scripts/modules/workqueue.py
@@ -109,7 +109,7 @@ class WorkQueue:
                 self._sleep("Exception while preparing queue: %s." % e)
                 continue
 
-            self._open_work_log(bug_id)
+            self._open_work_log(patch["bug_id"])
             try:
                 self._delegate.process_work_item(work_item)
             except ScriptError, e:

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list