summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-31 15:43:21 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-31 15:43:21 +0200
commitdb5873829fe9f81db643bb56342970624946677b (patch)
treeb92ba48749ebf673e42160a5226376a6fe212837 /taler-build
parent060a81708fc4a323e7d4cd703560dba0219395de (diff)
downloaddeployment-db5873829fe9f81db643bb56342970624946677b.tar.gz
deployment-db5873829fe9f81db643bb56342970624946677b.tar.bz2
deployment-db5873829fe9f81db643bb56342970624946677b.zip
no bootstrap for python components
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_backoffice.sh3
-rwxr-xr-xtaler-build/update_bank.sh3
-rwxr-xr-xtaler-build/update_blog.sh3
-rwxr-xr-xtaler-build/update_donations.sh3
-rwxr-xr-xtaler-build/update_survey.sh3
5 files changed, 5 insertions, 10 deletions
diff --git a/taler-build/update_backoffice.sh b/taler-build/update_backoffice.sh
index 2d983a7..24c8e7b 100755
--- 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
index c12408e..63ab85a 100755
--- 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
index d5cc7e8..7df8d76 100755
--- 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
index 0551159..b6cfb7b 100755
--- 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
index 4293eb9..fa85808 100755
--- 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