Bug 33632
Summary: | autoinstall can get confused and fail to download mechanize | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | 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)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Jerdonek
(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.