gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -show errors in gana on bootstrap


From: gnunet
Subject: [gnunet] branch master updated: -show errors in gana on bootstrap
Date: Wed, 26 Oct 2022 07:47:12 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3a774298b -show errors in gana on bootstrap
3a774298b is described below

commit 3a774298b1d09db16f91850ccabae3c5c56db856
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Oct 26 14:47:03 2022 +0900

    -show errors in gana on bootstrap
---
 bootstrap | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/bootstrap b/bootstrap
index e81ea9974..16964eefe 100755
--- a/bootstrap
+++ b/bootstrap
@@ -129,22 +129,22 @@ gana_update()
       cd contrib/gana || exit 1
       # GNS
       cd gnu-name-system-record-types && \
-         make >/dev/null 2>&1 && \
+         make >/dev/null && \
          cp gnu_name_system_record_types.h ../../../src/include/ || exit 1
       cd ../gnu-name-system-default-tlds && \
-         make >/dev/null 2>&1 && \
+         make >/dev/null && \
          cp tlds.conf ../../../src/gns || exit 1
 
       # Signatures
       cd ../gnunet-signatures && \
-         make >/dev/null 2>&1 && \
+         make >/dev/null && \
          cp gnunet_signatures.h ../../../src/include || exit 1
       # DHT Block Types
       cd ../gnunet-dht-block-types && \
-         make >/dev/null 2>&1 && \
+         make >/dev/null && \
          cp gnunet_dht_block_types.h ../../../src/include || exit 1
       cd ../gnunet-error-codes && \
-         make >/dev/null 2>&1 && \
+         make >/dev/null && \
          cp gnunet_error_codes.h ../../../src/include && \
          cp gnunet_error_codes.c ../../../src/util || exit 1
       cd $cwd

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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