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

Tarball compress #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Tarball compress #24

wants to merge 4 commits into from

Conversation

zen2
Copy link
Contributor

@zen2 zen2 commented Sep 21, 2016

Adding a TARBALL_COMPRESS variable to image definition.
This permit to use different compressor program with tarball as parallel version of bzip2 that permit to compress really more quickly depending on cpu threads available.
Extension of tarball is set accordingly to find tarball image.

@zen2
Copy link
Contributor Author

zen2 commented Sep 21, 2016

Add management of different tarball compressor program :
none for ".tar"
gzip, pigz for ".tar.gz"
bzip2, pbzip2, lbzip2 for ".tar.bz2"
lzop for ".tar.lzo"
xz for ".tar.xz"
p7zip for ".tar.7z"

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