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

Investigate feasibility of offering .tar.xz archives in addition to .tar.gz #13

Closed
petecooper opened this issue Jan 9, 2020 · 2 comments
Assignees

Comments

@petecooper
Copy link
Member

.tar.xz arguably offers some benefits in the form of better compression, which means smaller archives, which means fewer bytes transferred through the pipes.

In my limited testing, it is computationally more expensive to make a .tar.xz file, compared to a .tar.gz file of the same contents, but a mantra of 'do it the right way once and many people will benefit' would be a sensible thing to bear in mind.

Targeted at 4.9, not a blocker for 4.8.

https://unix.stackexchange.com/a/108103

@petecooper petecooper self-assigned this Jan 9, 2020
@petecooper
Copy link
Member Author

Technicals (untested):

tar --xz -cf textpattern-$VER.tar.xz $DESTDIR
shasum -a 256 textpattern-$VER.tar.xz > textpattern-$VER.tar.xz.SHA256SUM

NTS: should be after the .zip and .tar.gz bundling because it takes a long time.

@petecooper
Copy link
Member Author

Closing for now, not viable given the benefits.

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

No branches or pull requests

1 participant