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

abarth at webkit.org abarth at webkit.org
Thu Apr 8 00:38:08 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2105f6088724fba66bdc2ef130070a326e5fdbde
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 16 07:05:06 2009 +0000

    Unreviewed fix for the style-queue.  I suspect this is a recent
    regression from Eric's change below.
    
    * Scripts/modules/commands/queues.py:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52187 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index d1a743d..edb7bb5 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-15  Adam Barth  <abarth at webkit.org>
+
+        Unreviewed fix for the style-queue.  I suspect this is a recent
+        regression from Eric's change below.
+
+        * Scripts/modules/commands/queues.py:
+
 2009-12-15  Yaar Schnitman  <yaar at chromium.org>
 
         Reviewed by Darin Fisher.
diff --git a/WebKitTools/Scripts/modules/commands/queues.py b/WebKitTools/Scripts/modules/commands/queues.py
index 681a4e5..1528dd8 100644
--- a/WebKitTools/Scripts/modules/commands/queues.py
+++ b/WebKitTools/Scripts/modules/commands/queues.py
@@ -172,7 +172,7 @@ class AbstractReviewQueue(AbstractQueue, PersistentPatchCollectionDelegate, Step
         return self.tool.bugs.fetch_attachment_ids_from_review_queue()
 
     def status_server(self):
-        return self.tool.status()
+        return self.tool.status_bot
 
     # AbstractQueue methods
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list