[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf

abarth at webkit.org abarth at webkit.org
Tue Jan 5 23:50:40 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 4cb49e3a80682a58c0054e62cfe9f1fc147624a3
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