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

Default to xz compression for tarballs #478

Closed
rdmark opened this issue Sep 12, 2023 · 3 comments · Fixed by #482
Closed

Default to xz compression for tarballs #478

rdmark opened this issue Sep 12, 2023 · 3 comments · Fixed by #482
Assignees

Comments

@rdmark
Copy link
Member

rdmark commented Sep 12, 2023

The OSS community has largely moved from gz to xz compression for tarballs.

We should change our automake targets to use xz. (make dist)

@dgsga dgsga self-assigned this Sep 13, 2023
@dgsga
Copy link
Contributor

dgsga commented Sep 13, 2023

See dgsga-issue-478 for the easy fix to create an xz tarball (953KiB vs 1.7MiB).

@dgsga dgsga linked a pull request Sep 13, 2023 that will close this issue
@rdmark
Copy link
Member Author

rdmark commented Sep 13, 2023

Look at the savings!

-rw-r--r--  1 dmark dmark 1.3M Sep 13 13:54 netatalk-3.1.99dev.tar.bz2
-rw-r--r--  1 dmark dmark 1.7M Sep 13 13:54 netatalk-3.1.99dev.tar.gz
-rw-r--r--  1 dmark dmark 957K Sep 13 13:53 netatalk-3.1.99dev.tar.xz

@rdmark
Copy link
Member Author

rdmark commented Sep 13, 2023

For netatalk2

-rw-r--r--  1 dmark dmark  1.3M Sep 13 14:02 netatalk-2.2.11dev.tar.bz2
-rw-r--r--  1 dmark dmark  1.8M Sep 13 14:02 netatalk-2.2.11dev.tar.gz
-rw-r--r--  1 dmark dmark 1023K Sep 13 14:01 netatalk-2.2.11dev.tar.xz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants