-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Delete old versions in cleanup #4651
Comments
Hi! I agree with you of course. But currently the code doesn't actually track the previously-installed versions, so it doesn't know exactly what to delete. There is a user script at https://github.com/caskroom/homebrew-cask/blob/master/developer/examples/brewcask-doutdated.rb which works in some cases, but not all. We are working on the necessary bookkeeping though. See #3066 . |
Hi @rolandwalker , How should I run the script ? in |
Sorry, but the scripts in The documentation on how they work is in HACKING.md. The commands which we can support are available already as |
No longer relevant: #13201. |
Hi.
This somewhat ties in to the upgrade diskussion:
I just updated my applications by force installing them. This lead to multiple versions on my machine.
I would have
/opt/homebrew-cask/Caskroom/pycharm/3.3.x/
and/opt/homebrew-cask/Caskroom/pycharm/3.4.x/
.On a small SSD this has the potential to litter the HDD.
It would help, if cleanup would try to delete older versions (or a full fledged upgrade)
The text was updated successfully, but these errors were encountered: