gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: remove --remote from submodules call.


From: gnunet
Subject: [taler-www] branch master updated: remove --remote from submodules call.
Date: Wed, 11 Dec 2019 13:41:22 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new bbb1942  remove --remote from submodules call.
bbb1942 is described below

commit bbb19421d341ee6b808f65550236b7209f90c348
Author: ng0 <address@hidden>
AuthorDate: Wed Dec 11 12:41:02 2019 +0000

    remove --remote from submodules call.
---
 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
address@hidden.



reply via email to

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