On Sunday 18 of August 2013 11:22:27 François Andriot wrote:
Le 18/08/2013 10:41, Slávek Banko a écrit :
Fixed in GIT hash df510360. Thanks for warning!
Slavek
Thank you Slávek ! While you're here, can you please update the "create_tarball" script too ? I've just discovered the "pigz" utility, which creates gzip archives but with multithreaded compression, making it much faster! http://zlib.net/pigz/
(maybe there are same kind of utilities for bzip2 and XZ too)
Line 17: "gzip"|"pigz") TAR_SUFFIX="gz";;
Thanks François
That sounds good. I looked around and found pbzip2 and pxz. So I added support for all three.
Added in GIT hash a48d32b2
Thanks Slávek