Bug 49083

Summary: Clean up imports for webkit-patch.
Product: WebKit Reporter: James Kozianski <koz>
Component: New BugsAssignee: James Kozianski <koz>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, eric, noel.gordon, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
eric: review-
Patch
none
Patch
none
Patch
none
Patch none

James Kozianski
Reported 2010-11-05 11:47:21 PDT
Clean up imports for webkit-patch.
Attachments
Patch (4.03 KB, patch)
2010-11-05 12:15 PDT, James Kozianski
eric: review-
Patch (4.09 KB, patch)
2010-11-05 13:50 PDT, James Kozianski
no flags
Patch (4.62 KB, patch)
2010-11-05 14:34 PDT, James Kozianski
no flags
Patch (5.20 KB, patch)
2010-11-08 15:31 PST, James Kozianski
no flags
Patch (5.09 KB, patch)
2010-11-09 11:45 PST, James Kozianski
no flags
James Kozianski
Comment 1 2010-11-05 12:15:29 PDT
Ojan Vafai
Comment 2 2010-11-05 13:29:02 PDT
Comment on attachment 73099 [details] Patch Good clean up. Please sort the commands (as per unix sort command).
James Kozianski
Comment 3 2010-11-05 13:50:07 PDT
Ojan Vafai
Comment 4 2010-11-05 14:18:57 PDT
Comment on attachment 73112 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=73112&action=review > WebKitTools/Scripts/webkitpy/tool/main.py:46 > +from optparse import make_option > +from webkitpy.common.net.statusserver import StatusServer Can these not be in sorted order? I realize the imports surrounding it aren't, but they really should be if they can.
James Kozianski
Comment 5 2010-11-05 14:34:57 PDT
Eric Seidel (no email)
Comment 6 2010-11-05 15:26:35 PDT
Comment on attachment 73099 [details] Patch This was breaking teh win-ews.
Ojan Vafai
Comment 7 2010-11-08 11:27:42 PST
This patch didn't seem to apply on any of the EWS bots. I assume it won't on the commit-queue either. Any ideas why?
James Kozianski
Comment 8 2010-11-08 15:31:41 PST
James Kozianski
Comment 9 2010-11-08 15:32:34 PST
Sorry, my bad - my checkout was out of date.
WebKit Commit Bot
Comment 10 2010-11-08 21:45:51 PST
Comment on attachment 73294 [details] Patch Rejecting patch 73294 from commit-queue. Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=abarth-cq-sl', 'apply-attachment', '--force-clean', '--non-interactive', 73294]" exit_code: 1 Traceback (most recent call last): File "./WebKitTools/Scripts/webkit-patch", line 70, in <module> main() File "./WebKitTools/Scripts/webkit-patch", line 63, in main from webkitpy.tool.main import WebKitPatch File "/Users/abarth/git/webkit-queue/WebKitTools/Scripts/webkitpy/tool/main.py", line 42, in <module> from webkitpy.common.net.rietveld import Rietveld ImportError: No module named rietveld Full output: http://queues.webkit.org/results/5577007
James Kozianski
Comment 11 2010-11-09 11:45:51 PST
James Kozianski
Comment 12 2010-11-09 11:49:28 PST
Apologies for the failure - it was running fine on my box because there were still lingering .pyc files for .py files that were removed in prior patches.
Eric Seidel (no email)
Comment 13 2010-11-09 12:05:00 PST
Comment on attachment 73395 [details] Patch Looks fine, assuming it runs. Last time this patch broke the win-ews :(
WebKit Commit Bot
Comment 14 2010-11-09 12:24:21 PST
Comment on attachment 73395 [details] Patch Clearing flags on attachment: 73395 Committed r71667: <http://trac.webkit.org/changeset/71667>
WebKit Commit Bot
Comment 15 2010-11-09 12:24:27 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.