gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -add gana to bootstrap; update


From: gnunet
Subject: [gnunet] branch master updated: -add gana to bootstrap; update
Date: Tue, 04 Jan 2022 16:26:47 +0100

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 bb6042d2e -add gana to bootstrap; update
bb6042d2e is described below

commit bb6042d2e04c127d175ceabb4070fa8df4519c8b
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jan 4 16:26:41 2022 +0100

    -add gana to bootstrap; update
---
 bootstrap    | 29 ++++++++++++++++++++++++++++-
 contrib/gana |  2 +-
 2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index c6253048c..36e411f1d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -98,15 +98,42 @@ submodules()
         echo "git not installed, skipping submodule update"
     else
         git submodule update --init || exit 1
-        git submodule update --recursive || exit 1
+        git submodule update --remote --recursive || exit 1
         git submodule sync || exit 1
     fi
 }
 
+gana_update()
+{
+    if existence recfmt; then
+      cwd=$PWD
+      cd contrib/gana || exit 1
+      # GNS
+      cd gnu-name-system-record-types && \
+         make && \
+         cp gnu_name_system_record_types.h ../../../src/include/ && \
+         make clean
+      cd ../gnu-name-system-default-tlds && \
+         make && \
+         cp tlds.conf ../../../src/gns && \
+         make clean
+
+      # Signatures
+      cd ../gnunet-signatures && \
+         make && \
+         cp gnunet_signatures.h ../../../src/include && \
+         make clean
+      cd $cwd
+    else
+      echo "WARNING: No recutils found! Unable to generate recent GANA headers 
and configs."
+    fi
+}
+
 main()
 {
     cleanup
     submodules
+    gana_update
     check_uncrustify
     check_yapf
     check_libtool
diff --git a/contrib/gana b/contrib/gana
index f81e247d7..9b8a78758 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit f81e247d78c452bd99beda5cf2cb9c41cba11d3c
+Subproject commit 9b8a787580307cea5a38359c485d521cd8ece820

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