gnunet-svn
[Top][All Lists]
Advanced

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

[taler-build-common] 01/02: fix submodule initialization


From: gnunet
Subject: [taler-build-common] 01/02: fix submodule initialization
Date: Tue, 21 Apr 2020 12:43:12 +0200

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

dold pushed a commit to branch master
in repository build-common.

commit 79765062de9bd4cff009a51f4cbfebf1dc8ecd56
Author: Florian Dold <address@hidden>
AuthorDate: Tue Apr 21 15:01:27 2020 +0530

    fix submodule initialization
---
 bootstrap.template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bootstrap.template b/bootstrap.template
index 61fcc88..9ea2c21 100755
--- a/bootstrap.template
+++ b/bootstrap.template
@@ -10,7 +10,7 @@ if ! git --version >/dev/null; then
   exit 1
 fi
 
-git submodule update --init
-git submodule update --recursive --remote
 git submodule sync
-ln -sf build-system/taler-build-scripts/configure ./configure
+git submodule update --init
+rm -f ./configure
+cp build-system/taler-build-scripts/configure ./configure

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



reply via email to

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