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

releasesjson: Always remove unpacked archive #273

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

radeksimko
Copy link
Member

As mentioned in #145 we never reuse the archive and so it makes sense to always remove it rather then collect it for removal by end-user via Remove() method.

This in turn reduces disk space in situations where it is important (outside of disposable CI environments).

Closes #145

@radeksimko radeksimko added the enhancement New feature or request label Jan 6, 2025
@radeksimko radeksimko requested a review from a team as a code owner January 6, 2025 14:08
@radeksimko radeksimko force-pushed the f-always-remove-archive branch from 5fb4526 to 4ab591b Compare January 6, 2025 14:54
As mentioned in #145 we never reuse the archive and so it makes sense to *always* remove it rather then collect it for removal by end-user via Remove() method.
@radeksimko radeksimko force-pushed the f-always-remove-archive branch from 4ab591b to c2b123b Compare January 6, 2025 14:54
@radeksimko radeksimko merged commit 5e5f5cc into main Jan 6, 2025
11 checks passed
@radeksimko radeksimko deleted the f-always-remove-archive branch January 6, 2025 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow removing archive after a successful installation (not binary)
2 participants