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


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

    2009-11-21  Eric Seidel  <eric at webkit.org>
    
            No review.  Fixing a typo from the previous patch for bug 31767.
    
            AbstractQueue.run_bugzilla_tool throws an exception
            https://bugs.webkit.org/show_bug.cgi?id=31769
    
            * Scripts/modules/commands/queues.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51284 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index c897371..c793a5e 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,14 @@
 2009-11-21  Eric Seidel  <eric at webkit.org>
 
+        No review.  Fixing a typo from the previous patch for bug 31767.
+
+        AbstractQueue.run_bugzilla_tool throws an exception
+        https://bugs.webkit.org/show_bug.cgi?id=31769
+
+        * Scripts/modules/commands/queues.py:
+
+2009-11-21  Eric Seidel  <eric at webkit.org>
+
         Reviewed by Adam Barth.
 
         commit-queue fails to run with "permissions error" due to bad bugzilla-tool path
diff --git a/WebKitTools/Scripts/modules/commands/queues.py b/WebKitTools/Scripts/modules/commands/queues.py
index fee7f6d..742affb 100644
--- a/WebKitTools/Scripts/modules/commands/queues.py
+++ b/WebKitTools/Scripts/modules/commands/queues.py
@@ -95,7 +95,7 @@ class AbstractQueue(Command, WorkQueueDelegate):
         raise NotImplementedError, "subclasses must implement"
 
     def run_bugzilla_tool(self, args):
-        bugzilla_tool_args = [tool.path()] + args
+        bugzilla_tool_args = [self.tool.path()] + args
         WebKitLandingScripts.run_and_throw_if_fail(bugzilla_tool_args)
 
     def log_progress(self, patch_ids):

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list