Changeset 51750 in webkit


Ignore:
Timestamp:
Dec 6, 2009 10:42:55 PM (14 years ago)
Author:
abarth@webkit.org
Message:

2009-12-06 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

[bzt] BuildAttachment should not check the builders
https://bugs.webkit.org/show_bug.cgi?id=32207

This is code that got copied here by accident when the class was created.

  • Scripts/modules/commands/download.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r51749 r51750  
     12009-12-06  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [bzt] BuildAttachment should not check the builders
     6        https://bugs.webkit.org/show_bug.cgi?id=32207
     7
     8        This is code that got copied here by accident when the class was created.
     9
     10        * Scripts/modules/commands/download.py:
     11
    1122009-12-06  Adam Barth  <abarth@webkit.org>
    213
  • trunk/WebKitTools/Scripts/modules/commands/download.py

    r51729 r51750  
    292292
    293293    def _prepare_to_process(self, options, args, tool):
    294         # Check the tree status first so we can fail early.
    295         tool.steps.ensure_builders_are_green(tool.buildbot, options)
     294        pass
    296295
    297296    def _process_patch(self, patch, options, args, tool):
Note: See TracChangeset for help on using the changeset viewer.