gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 62/208: maketgz: switch to -6e for xz


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 62/208: maketgz: switch to -6e for xz
Date: Wed, 09 Aug 2017 17:34:19 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit e76e452410875b66e0bba1390f0dacf918a82a21
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sat Jun 24 00:04:58 2017 +0200

    maketgz: switch to -6e for xz
    
    To reduce the memory requirement for decompress, and still do almost as
    good compression as with -9e.
    
    Pointed-out-by: Dan Fandrich
---
 maketgz | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maketgz b/maketgz
index 119ba8372..e377c9b73 100755
--- a/maketgz
+++ b/maketgz
@@ -176,7 +176,7 @@ gzip -dc $targz | bzip2 --best > $bzip2
 
 xz="curl-$version.tar.xz"
 echo "Generating $xz"
-gzip -dc $targz | xz -9e - > $xz
+gzip -dc $targz | xz -6e - > $xz
 
 ############################################################################
 #

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]