Changeset 53013 in webkit


Ignore:
Timestamp:
Jan 8, 2010 3:01:28 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2010-01-08 Adam Barth <abarth@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:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r53011 r53013  
     12010-01-08  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Don't post style-queue pass messages to bugs
     6        https://bugs.webkit.org/show_bug.cgi?id=33404
     7
     8        These messages aren't needed any more now that we have the status
     9        bubble reporting pass events passively.
     10
     11        * Scripts/webkitpy/commands/queues.py:
     12
    1132010-01-08  Adam Barth  <abarth@webkit.org>
    214
  • trunk/WebKitTools/Scripts/webkitpy/commands/queues.py

    r52965 r53013  
    259259        try:
    260260            self.run_webkit_patch(["check-style", "--force-clean", "--non-interactive", "--parent-command=style-queue", patch["id"]])
    261             message = "%s ran check-webkit-style on attachment %s without any errors." % (self.name, patch["id"])
    262             self.tool.bugs.post_comment_to_bug(patch["bug_id"], message, cc=self.watchers)
    263261            self._did_pass(patch)
    264262        except ScriptError, e:
Note: See TracChangeset for help on using the changeset viewer.