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

Remove pgzip and use tar directly #677

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Remove pgzip and use tar directly #677

merged 1 commit into from
Dec 16, 2024

Conversation

selzoc
Copy link
Member

@selzoc selzoc commented Dec 16, 2024

This is basically a revert of
#669.

We found that the bosh cli with the pgzip code produces releases that cannot be compiled by the bosh agent. In addition, there were many many edge cases that we found we had to fix and/or paper over that have been solved in the tar executable over the past decades.

Maybe in the future we can give this another go, as the performance improvements would be welcome.

This is basically a revert of
#669.

We found that the bosh cli with the pgzip code produces releases that
cannot be compiled by the bosh agent.  In addition, there were many many
edge cases that we found we had to fix and/or paper over that have been
solved in the tar executable over the past decades.

Maybe in the future we can give this another go, as the performance
improvements would be welcome.

Signed-off-by: Ming Xiao <[email protected]>
@ystros ystros merged commit 2423354 into main Dec 16, 2024
9 checks passed
@ystros ystros deleted the revert-pgzip branch December 16, 2024 23:15
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.

3 participants