gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: do not remote update submodules


From: gnunet
Subject: [www] branch master updated: do not remote update submodules
Date: Thu, 12 Dec 2019 21:36:55 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new d898cfa  do not remote update submodules
d898cfa is described below

commit d898cfabfbb8372f5e9b7d4b9bf9c816468fa17f
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Dec 12 21:33:45 2019 +0100

    do not remote update submodules
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 7630c33..dcc5ae3 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
 cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]