[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:40:43 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 0ef94abc8e11e558edfdf6ec541ef12c1da5bad1
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