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

v1.16: Backport fix not to remove runtime package #384

Closed
wants to merge 1 commit into from

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Jul 10, 2024

#372 Above pull request introduces "apt-get purge '*-dev'", it is intended to remove only needless development packages, but actually --auto-remove removes also runtime packages.

This behavior is not intended at all, so drop --auto-remove option.

@kenhys kenhys changed the title Backport fix not to remove runtime package v1.16: Backport fix not to remove runtime package Jul 10, 2024
fluent#372

Above pull request introduces "apt-get purge '*-dev'",
it is intended to remove only needless development packages, but
actually --auto-remove removes also runtime packages.

This behavior is not intended at all, so do not apply
--auto-remove when purging '*-dev'.

Signed-off-by: Kentaro Hayashi <[email protected]>
@kenhys kenhys force-pushed the backport-not-purge-runtime branch from c6fd3fc to f33c1e3 Compare July 10, 2024 07:00
@kenhys
Copy link
Contributor Author

kenhys commented Jul 10, 2024

followed #383 again.

@kenhys
Copy link
Contributor Author

kenhys commented Jul 10, 2024

Reconsidered to withdraw it.
(No need to care specially)

@kenhys kenhys closed this Jul 10, 2024
@kenhys kenhys deleted the backport-not-purge-runtime branch July 10, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant