Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean and/or remove cached download files #14

Open
maphew opened this issue Nov 21, 2014 · 2 comments
Open

clean and/or remove cached download files #14

maphew opened this issue Nov 21, 2014 · 2 comments

Comments

@maphew
Copy link
Owner

maphew commented Nov 21, 2014

Occasionally a file in the downloads cache is corrupted or doesn't match it's mirror equivalent. Currently one has to remove that local file manually, and locating it in order to do so is a pain. We should either automatically overwrite the local file when downloading, or provide a means to clean the cache of that and/or all files.

...might be able to join or match this with removing versions older than X.

@maphew
Copy link
Owner Author

maphew commented Dec 30, 2014

leaving ticket open because having a cache cleaner still sounds like a good idea.

@amr66
Copy link
Contributor

amr66 commented Apr 2, 2015

true, this touches another problem that should be solved: version check. I found the simple one > two in get_new(), which will not work. comparing string will result in true for '1.11.1' < '1.9.1' for example. Solutions exists, e.g. here:
http://stackoverflow.com/questions/1714027/version-number-comparison

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants