+2009-11-21 Adam Barth <abarth@webkit.org>
+
+ Unreviewed "build" fix. Turns out I was testing the wrong copy of
+ WebKitTools.
+
+ * Scripts/modules/commands/download.py:
+
2009-11-21 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
class CheckStyleSequence(LandingSequence):
def __init__(self, patch, options, tool):
- ConditionalLandingSequence.__init__(self, patch, options, tool)
+ LandingSequence.__init__(self, patch, options, tool)
def run(self):
self.clean()
name = "check-style"
def __init__(self):
options = WebKitLandingScripts.cleaning_options()
+ options += WebKitLandingScripts.build_options()
AbstractPatchProcessingCommand.__init__(self, "Runs check-webkit-style on the specified attachments.", "ATTACHMENT_ID [ATTACHMENT_IDS]", options)
def _fetch_list_of_patches_to_process(self, options, args, tool):