[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:58:52 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b9ddd25f1fd32ca06f7f2f23fc27fd1ac9d1c878
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 8 23:01:28 2010 +0000

    2010-01-08  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Eric Seidel.
    
            Don't post style-queue pass messages to bugs
            https://bugs.webkit.org/show_bug.cgi?id=33404
    
            These messages aren't needed any more now that we have the status
            bubble reporting pass events passively.
    
            * Scripts/webkitpy/commands/queues.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53013 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index f68f4a6..387dfda 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -2,6 +2,18 @@
 
         Reviewed by Eric Seidel.
 
+        Don't post style-queue pass messages to bugs
+        https://bugs.webkit.org/show_bug.cgi?id=33404
+
+        These messages aren't needed any more now that we have the status
+        bubble reporting pass events passively.
+
+        * Scripts/webkitpy/commands/queues.py:
+
+2010-01-08  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Eric Seidel.
+
         Optimize the number of CPUs used for building Qt and Gtk
         https://bugs.webkit.org/show_bug.cgi?id=33394
 
diff --git a/WebKitTools/Scripts/webkitpy/commands/queues.py b/WebKitTools/Scripts/webkitpy/commands/queues.py
index 921fdb3..64c13c9 100644
--- a/WebKitTools/Scripts/webkitpy/commands/queues.py
+++ b/WebKitTools/Scripts/webkitpy/commands/queues.py
@@ -258,8 +258,6 @@ class StyleQueue(AbstractReviewQueue):
     def process_work_item(self, patch):
         try:
             self.run_webkit_patch(["check-style", "--force-clean", "--non-interactive", "--parent-command=style-queue", patch["id"]])
-            message = "%s ran check-webkit-style on attachment %s without any errors." % (self.name, patch["id"])
-            self.tool.bugs.post_comment_to_bug(patch["bug_id"], message, cc=self.watchers)
             self._did_pass(patch)
         except ScriptError, e:
             self._did_fail(patch)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list