aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-01 13:27:23 +0000
committerng0 <ng0@n0.is>2019-12-01 13:27:23 +0000
commit1f7e6f40f9ba31b2fbe929b99c62e30b83ead7c4 (patch)
treec0029c0e4ac32612a6c3e53786c37afd81ccb61c /bootstrap
parentd03f98d602a4b10991b705ceb74bfbd5c8572904 (diff)
downloadwww-1f7e6f40f9ba31b2fbe929b99c62e30b83ead7c4.tar.gz
www-1f7e6f40f9ba31b2fbe929b99c62e30b83ead7c4.zip
revert the reverting of submodule commits + add more commands to bootstrap for
this.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index 7fa915ff..7630c337 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,5 +11,7 @@ if ! git --version >/dev/null; then
11fi 11fi
12 12
13git submodule update --init 13git submodule update --init
14git submodule update --recursive --remote
15git submodule sync
14cp build-system/taler-build-scripts/configure ./configure || true 16cp build-system/taler-build-scripts/configure ./configure || true
15cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true 17cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true