Bug 33632 - autoinstall can get confused and fail to download mechanize
Summary: autoinstall can get confused and fail to download mechanize
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-13 15:59 PST by Eric Seidel (no email)
Modified: 2010-05-17 09:36 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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.
Comment 1 Chris Jerdonek 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.