gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -verbose for now


From: gnunet
Subject: [gnunet] branch master updated: -verbose for now
Date: Sat, 01 Oct 2022 17:35: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 6ed48bf0b -verbose for now
6ed48bf0b is described below

commit 6ed48bf0b112f7d1319a7c0d77750a8cbc3e97a8
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Oct 2 00:35:06 2022 +0900

    -verbose for now
---
 bootstrap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index 0c62be01f..c31b39023 100755
--- a/bootstrap
+++ b/bootstrap
@@ -109,10 +109,10 @@ sphinx_update()
       cwd=$PWD
       cd contrib/sphinx || exit 1
       # GNS
-      make all >/dev/null 2>&1 || exit 1
+      make all >/dev/null || exit 1
       cp -r _build/html ../../doc/handbook/ || exit 1
       cp -r _build/texinfo ../../doc/handbook/ || exit 1
-      cp -r _build/man/* ../../doc/man >/dev/null || exit 1
+      cp -r _build/man/* ../../doc/man || exit 1
       cd $cwd
     else
       echo "ERROR: Sphinx not found! Unable to generate recent documentation."

-- 
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]