[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

abarth at webkit.org abarth at webkit.org
Thu Feb 4 21:25:33 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit fadf595fdf8e815043b0ee9e2055d5bb7eacb02a
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 23 00:27:11 2010 +0000

    2010-01-22  Adam Barth  <abarth at webkit.org>
    
            Unreviewed.  Arg.  Someone renamed limit to output_limit on me.
    
            * Scripts/webkitpy/commands/queues.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53735 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 37c6c03..2fd65e9 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2010-01-22  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed.  Arg.  Someone renamed limit to output_limit on me.
+
+        * Scripts/webkitpy/commands/queues.py:
+
+2010-01-22  Adam Barth  <abarth at webkit.org>
+
         Rubber stamped by Eric Seidel.
 
         Make __init__.py and buildbot.py pass pep8 style checker.
diff --git a/WebKitTools/Scripts/webkitpy/commands/queues.py b/WebKitTools/Scripts/webkitpy/commands/queues.py
index 7035c21..6ea1c48 100644
--- a/WebKitTools/Scripts/webkitpy/commands/queues.py
+++ b/WebKitTools/Scripts/webkitpy/commands/queues.py
@@ -129,7 +129,7 @@ class AbstractQueue(Command, QueueEngineDelegate):
         message = script_error.message
         if is_error:
             message = "Error: %s" % message
-        output = script_error.message_with_output(limit=5*1024*1024) # 5MB
+        output = script_error.message_with_output(output_limit=5*1024*1024) # 5MB
         return tool.status_server.update_status(cls.name, message, state["patch"], StringIO(output))
 
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list