gnunet-svn
[Top][All Lists]
Advanced

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

[taler-auditor] 03/04: update bootstrap


From: gnunet
Subject: [taler-auditor] 03/04: update bootstrap
Date: Thu, 27 May 2021 14:22:18 +0200

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

grothoff pushed a commit to branch master
in repository auditor.

commit 9ea9f40d0ce0233d8fd9b8aeacdce9da70aee312
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 27 14:21:44 2021 +0200

    update bootstrap
---
 bootstrap | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/bootstrap b/bootstrap
index 9ea2c21..26cd0df 100755
--- a/bootstrap
+++ b/bootstrap
@@ -10,7 +10,9 @@ if ! git --version >/dev/null; then
   exit 1
 fi
 
-git submodule sync
 git submodule update --init
-rm -f ./configure
-cp build-system/taler-build-scripts/configure ./configure
+git submodule update --recursive --remote
+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
gnunet@gnunet.org.



reply via email to

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