gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: maketgz: Really use compress


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: maketgz: Really use compress.
Date: Wed, 05 Sep 2018 18:38:22 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

The following commit(s) were added to refs/heads/master by this push:
     new 87430bf69 maketgz: Really use compress.
87430bf69 is described below

commit 87430bf69f13500b1feb363ffc099cede490b6e2
Author: Nils Gillmann <address@hidden>
AuthorDate: Wed Sep 5 16:39:06 2018 +0000

    maketgz: Really use compress.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 maketgz | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/maketgz b/maketgz
index 40d1223e9..0366e3f94 100755
--- a/maketgz
+++ b/maketgz
@@ -162,6 +162,8 @@ sed -i 's|/gnu/store/[a-z0-9]\{32\}-bash-minimal-4.4.12||' 
ltmain.sh
 
 echo "make dist"
 targz="gnurl-$version.tar.gz"
+tarball="gnurl-$version.tar"
+tarx="gnurl-$version"
 make -sj dist VERSION=$version
 
 # Now make an Z archive from the tar.gz original
@@ -174,7 +176,8 @@ makeZ() {
     mkdir $tempdir
     cd $tempdir
     tar -xf ../$targz
-    tar -cZf $compress gnurl-$version
+    tar -cvf $tarball $tarx
+    compress -c $tarball > $compress
     mv $compress ../
     cd ..
     rm -rf $tempdir
@@ -201,7 +204,7 @@ makeZ
 echo "------------------"
 echo "maketgz report:"
 echo ""
-ls -l $targz $bzip2 $xz $compress
+ls -l $targz $compress
 
 echo "Run this:"
 echo "gpg -b -a $targz && gpg -b -a $compress"

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



reply via email to

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