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


The following commit has been merged in the webkit-1.2 branch:
commit 3c661faad50ff893551024f4aaf473d6bad17015
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 21 01:09:28 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/commands/queues.py: Fix silly typo.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51265 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 3b6fe44..9c6b080 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/commands/queues.py: Fix silly 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
+
         * CommitQueueStatus/index.yaml:
          - Add indices required for the new queries.
         * CommitQueueStatus/queue_status.py:
diff --git a/WebKitTools/Scripts/modules/commands/queues.py b/WebKitTools/Scripts/modules/commands/queues.py
index 7edd70d..23fc07d 100644
--- a/WebKitTools/Scripts/modules/commands/queues.py
+++ b/WebKitTools/Scripts/modules/commands/queues.py
@@ -106,7 +106,7 @@ class AbstractQueue(Command, WorkQueueDelegate):
     def execute(self, options, args, tool):
         self.options = options
         self.tool = tool
-        work_queue = WorkQueue(self, self.name)
+        work_queue = WorkQueue(self.name, self)
         work_queue.run()
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list