commit db5873829fe9f81db643bb56342970624946677b
parent 060a81708fc4a323e7d4cd703560dba0219395de
Author: Florian Dold <florian.dold@gmail.com>
Date: Sat, 31 Aug 2019 15:43:21 +0200
no bootstrap for python components
Diffstat:
5 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/taler-build/update_backoffice.sh b/taler-build/update_backoffice.sh
@@ -12,7 +12,6 @@ git reset --hard "$branch"
git submodule update --init --force
-./bootstrap
-./configure --prefix="$HOME/local"
+./configure
make check-js
make install check
diff --git a/taler-build/update_bank.sh b/taler-build/update_bank.sh
@@ -12,6 +12,5 @@ git reset --hard "$branch"
TALER_CHECKDB=${TALER_CHECKDB:-postgres:///talercheck}
-./bootstrap
-./configure --prefix="$HOME/local" DEBIAN_PIP3_SYSTEM=--system
+./configure
TALER_BANK_ALTDB=$TALER_CHECKDB make install check
diff --git a/taler-build/update_blog.sh b/taler-build/update_blog.sh
@@ -12,6 +12,5 @@ git reset --hard "$branch"
git submodule update --init --force
-./bootstrap
-./configure --prefix="$HOME/local" DEBIAN_PIP3_SYSTEM="--system"
+./configure
make install check
diff --git a/taler-build/update_donations.sh b/taler-build/update_donations.sh
@@ -12,6 +12,5 @@ git reset --hard "$branch"
git submodule update --init --force
-./bootstrap
-./configure --prefix="$HOME/local"
+./configure
make install check
diff --git a/taler-build/update_survey.sh b/taler-build/update_survey.sh
@@ -12,6 +12,5 @@ git reset --hard "$branch"
git submodule update --init --force
-./bootstrap
-./configure --prefix="$HOME/local"
+./configure
make install check