Title: [174302] trunk/Tools
Revision
174302
Author
[email protected]
Date
2014-10-03 16:27:52 -0700 (Fri, 03 Oct 2014)

Log Message

Record latest message in PatchLog for quick access
https://bugs.webkit.org/show_bug.cgi?id=137405

Fixing a typo.

* QueueStatusServer/app.yaml:
* QueueStatusServer/handlers/releasepatch.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174301 => 174302)


--- trunk/Tools/ChangeLog	2014-10-03 23:22:21 UTC (rev 174301)
+++ trunk/Tools/ChangeLog	2014-10-03 23:27:52 UTC (rev 174302)
@@ -3,6 +3,16 @@
         Record latest message in PatchLog for quick access
         https://bugs.webkit.org/show_bug.cgi?id=137405
 
+        Fixing a typo.
+
+        * QueueStatusServer/app.yaml:
+        * QueueStatusServer/handlers/releasepatch.py:
+
+2014-10-03  Alexey Proskuryakov  <[email protected]>
+
+        Record latest message in PatchLog for quick access
+        https://bugs.webkit.org/show_bug.cgi?id=137405
+
         Reviewed by Ryosuke Niwa.
 
         It's no SQL...

Modified: trunk/Tools/QueueStatusServer/app.yaml (174301 => 174302)


--- trunk/Tools/QueueStatusServer/app.yaml	2014-10-03 23:22:21 UTC (rev 174301)
+++ trunk/Tools/QueueStatusServer/app.yaml	2014-10-03 23:27:52 UTC (rev 174302)
@@ -1,5 +1,5 @@
 application: webkit-queues
-version: 174291 # Bugzilla bug ID of last major change
+version: 174302 # Bugzilla bug ID of last major change
 runtime: python
 api_version: 1
 

Modified: trunk/Tools/QueueStatusServer/handlers/releasepatch.py (174301 => 174302)


--- trunk/Tools/QueueStatusServer/handlers/releasepatch.py	2014-10-03 23:22:21 UTC (rev 174301)
+++ trunk/Tools/QueueStatusServer/handlers/releasepatch.py	2014-10-03 23:27:52 UTC (rev 174302)
@@ -55,6 +55,6 @@
         # WorkItems and ActiveWorkItems.
 
         queue.work_items().remove_work_item(attachment_id)
-        RecordPatchEvent.stopped(attachment_id, queue_name, last_status)
+        RecordPatchEvent.stopped(attachment_id, queue_name, last_status.message)
 
         queue.active_work_items().expire_item(attachment_id)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to