auditor

Public Website for an auditor
Log | Files | Refs | Submodules | README

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

update bootstrap

Diffstat:
Mbootstrap | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git 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