gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] branch master updated (a0444d9a0 -> e661b4f87)


From: gnunet
Subject: [GNUnet-SVN] [gnurl] branch master updated (a0444d9a0 -> e661b4f87)
Date: Mon, 27 May 2019 19:25:45 +0200

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

ng0 pushed a change to branch master
in repository gnurl.

    from a0444d9a0 drop the test.
     new 7e8b11e46 ignore distfiles
     new 4a2a945f8 remove what we don not build
     new e661b4f87 maketgz keeps eating RAM. eventually this should be fixed, 
but not this time.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore   |  2 ++
 configure.ac |  1 -
 maketgz      | 25 +++++++++++--------------
 3 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/.gitignore b/.gitignore
index d1ad2f7f3..13d1b952f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,5 @@ curl_fuzzer_seed_corpus.zip
 libstandaloneengine.a
 .checksrc
 tests/server/socksd
+*.pax.Z
+*.sum.txt
diff --git a/configure.ac b/configure.ac
index c86e6c2c9..fad0a927b 100755
--- a/configure.ac
+++ b/configure.ac
@@ -4464,7 +4464,6 @@ AC_CONFIG_FILES([Makefile \
            docs/examples/Makefile \
            docs/libcurl/Makefile \
            docs/libcurl/opts/Makefile \
-           docs/cmdline-opts/Makefile \
            include/Makefile \
            include/gnurl/Makefile \
            src/Makefile \
diff --git a/maketgz b/maketgz
index e252e6cd4..b6086949f 100755
--- a/maketgz
+++ b/maketgz
@@ -153,7 +153,7 @@ tarball="gnurl-$version.tar"
 tardir="gnurl-$version"
 # TODO: Here's something we need to fix for nbsd make to work.
 # MAKE=gmake is required.
-gmake dist VERSION=$version
+gmake -sj1 dist VERSION=$version
 
 # Now make an Z archive from the tar.gz original
 
@@ -217,16 +217,13 @@ echo "maketgz report:"
 echo ""
 ls -l $targz $compressfile $paxz
 
-FILES=$targz $compressfile $paxz
-
-echo "Run this:"
-echo "gpg2 -b -a $targz && gpg2 -b -a $compressfile && gpg2 -b -a $paxz"
-if [ -x sha1 ]; then
-  sha1 $FILES
-fi
-if [ -x sum ]; then
-  sum -a SHA512 $FILES
-fi
-if [ -x rmd160 ]; then
-  rmd160 $FILES
-fi
+echo "Signing the files..."
+gpg2 -b -a $targz && gpg2 -b -a $compressfile && gpg2 -b -a $paxz
+# The lines below assume that you are me,
+# in other words you do this on a NetBSD system.
+rm -f gnurl-$version.sum.txt
+sha1 $targz $compressfile $paxz >> gnurl-$version.sum.txt
+sum -a SHA512 $targz $compressfile $paxz >> gnurl-$version.sum.txt
+rmd160 $targz $compressfile $paxz >> gnurl-$version.sum.txt
+echo "Signing the sum file..."
+gpg2 -b -a gnurl-$version.sum.txt

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



reply via email to

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