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


The following commit has been merged in the webkit-1.2 branch:
commit ceee978f95dd2c0fd3dd96160198058d2a746b16
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 2 09:15:45 2009 +0000

    2009-12-02  Adam Barth  <abarth at webkit.org>
    
            Unreviewed "build" fix.  Forgot to declare my variables.  :(
    
            * QueueStatusServer/queue_status.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51592 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index e8950bb..6290037 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,11 @@
 2009-12-02  Adam Barth  <abarth at webkit.org>
 
+        Unreviewed "build" fix.  Forgot to declare my variables.  :(
+
+        * QueueStatusServer/queue_status.py:
+
+2009-12-02  Adam Barth  <abarth at webkit.org>
+
         Reviewed by Eric Seidel.
 
         [bzt] Implement status bubble view
diff --git a/WebKitTools/QueueStatusServer/queue_status.py b/WebKitTools/QueueStatusServer/queue_status.py
index 29722e6..def1638 100644
--- a/WebKitTools/QueueStatusServer/queue_status.py
+++ b/WebKitTools/QueueStatusServer/queue_status.py
@@ -100,6 +100,7 @@ class StatusSummary(object):
         if self._summary.get(attachment_id):
             return self._summary.get(attachment_id)
 
+        attachment_summary = {}
         for queue in self.queues:
             statuses = QueueStatus.all().filter('queue_name =', queue).filter('active_patch_id =', attachment_id).order('-date').fetch(1)
             status_code = self._status_to_code(statuses[0].message if statuses else None)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list