Bug 33632

Summary: autoinstall can get confused and fail to download mechanize
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cjerdonek
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Eric Seidel (no email)
Reported 2010-01-13 15:59:23 PST
autoinstall can get confused and fail to download mechanize Especially if users happen to control-c during the download. We need to handle this case better. We need to log more to explain to users what's going on. The easy fix is to ask people to just remove "autoinstall.cache.d" Right now autoinstall is puting autoinstall.cache.d in $CWD, but it really should put it in a standard location, like WebKitTools/Scripts. See bug 33365.
Attachments
Chris Jerdonek
Comment 1 2010-05-17 09:36:07 PDT
(In reply to comment #0) > The easy fix is to ask people to just remove "autoinstall.cache.d" > > Right now autoinstall is puting autoinstall.cache.d in $CWD, but it really should put it in a standard location, like WebKitTools/Scripts. See bug 33365. The autoinstall module has since been rewritten to use a standard location (and so no longer uses autoinstall.cache.d, etc): https://bugs.webkit.org/show_bug.cgi?id=35163 Marking this resolved.
Note You need to log in before you can comment on or make changes to this bug.