gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: build: fix git submodule init and update


From: gnunet
Subject: [gnunet] branch master updated: build: fix git submodule init and update
Date: Mon, 08 Jan 2024 17:01:35 +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 3c0f64ea2 build: fix git submodule init and update
3c0f64ea2 is described below

commit 3c0f64ea2b73f3ed1bdc930195fdfac55a85a941
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Jan 8 17:01:15 2024 +0100

    build: fix git submodule init and update
---
 bootstrap | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bootstrap b/bootstrap
index 708dba469..d5bf30af4 100755
--- a/bootstrap
+++ b/bootstrap
@@ -96,8 +96,7 @@ submodules()
     if ! git --version >/dev/null; then
         echo "git not installed, skipping submodule update"
     else
-        git submodule update --init --recursive && \
-        git submodule sync --recursive
+        git submodule update --init --force --remote
     fi
 }
 

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