gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated: gnurl: disable zip in maketg


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated: gnurl: disable zip in maketgz
Date: Thu, 21 Sep 2017 02:33:59 +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 5cdcf48ce gnurl: disable zip in maketgz
5cdcf48ce is described below

commit 5cdcf48cec0af59c6fd6a6793f5c7121ee6764ec
Author: ng0 <address@hidden>
AuthorDate: Thu Sep 21 00:33:40 2017 +0000

    gnurl: disable zip in maketgz
---
 maketgz | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maketgz b/maketgz
index e26e9d7cd..48ef26154 100755
--- a/maketgz
+++ b/maketgz
@@ -213,7 +213,8 @@ tempdir=".builddir"
 echo "------------------"
 echo "maketgz report:"
 echo ""
-ls -l $targz $bzip2 $zip $xz
+#ls -l $targz $bzip2 $zip $xz
+ls -l $targz $bzip2 $xz
 
 echo "Run this:"
 echo "gpg -b -a $targz && gpg -b -a $bzip2 && gpg -b -a $zip && gpg -b -a $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]