aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-12 21:33:45 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-12-12 21:33:45 +0100
commitd898cfabfbb8372f5e9b7d4b9bf9c816468fa17f (patch)
treeb67db2c75cca2d4e5ee38da69ee7dab50f3056b5 /bootstrap
parentb68eaf218a7aecbb5acc19e2b8738da62ea6497a (diff)
downloadwww-d898cfabfbb8372f5e9b7d4b9bf9c816468fa17f.tar.gz
www-d898cfabfbb8372f5e9b7d4b9bf9c816468fa17f.zip
do not remote update submodules
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 7630c337..dcc5ae3a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -11,7 +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 14git submodule update --recursive
15git submodule sync 15git submodule sync
16cp build-system/taler-build-scripts/configure ./configure || true 16cp build-system/taler-build-scripts/configure ./configure || true
17cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true 17cp build-system/taler-build-scripts/conf/.style.yapf .style.yapf || true