gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: BUILD: Change submodule handling, update


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Change submodule handling, update gana
Date: Sat, 14 May 2022 12:20:37 +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 b47e57809 BUILD: Change submodule handling, update gana
b47e57809 is described below

commit b47e578091e7451fd5c98cc56447d0fadba15b00
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sat May 14 12:20:06 2022 +0200

    BUILD: Change submodule handling, update gana
---
 bootstrap    | 5 ++---
 contrib/gana | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap
index 70c2559aa..96c0f7196 100755
--- a/bootstrap
+++ b/bootstrap
@@ -97,9 +97,8 @@ submodules()
     if ! git --version >/dev/null; then
         echo "git not installed, skipping submodule update"
     else
-        git submodule update --init && \
-        git submodule update --remote --recursive && \
-        git submodule sync
+        git submodule update --init --recursive && \
+        git submodule sync --recursive
     fi
 }
 
diff --git a/contrib/gana b/contrib/gana
index 5ada88d0d..99d8d9e03 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit 5ada88d0d3e25587a1340cc35669c36f608a50db
+Subproject commit 99d8d9e0336bacebab5af4ae00c3f685ffd90f60

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