gnunet-svn
[Top][All Lists]
Advanced

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

[www] 01/02: use submodule version from git, not remote


From: gnunet
Subject: [www] 01/02: use submodule version from git, not remote
Date: Fri, 07 May 2021 14:24:27 +0200

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

dold pushed a commit to branch master
in repository www.

commit c4bc27ec9286e6cbf16e449502c259b4c5115088
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 7 14:21:33 2021 +0200

    use submodule version from git, not remote
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 26cd0df..774b2eb 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +11,7 @@ if ! git --version >/dev/null; then
 fi
 
 git submodule update --init
-git submodule update --recursive --remote
+git submodule update --recursive
 git submodule sync
 
 cp build-system/taler-build-scripts/configure ./configure || true

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