gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: no bootstrap for


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: no bootstrap for python components
Date: Sat, 31 Aug 2019 15:43:23 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new db58738  no bootstrap for python components
db58738 is described below

commit db5873829fe9f81db643bb56342970624946677b
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 15:43:21 2019 +0200

    no bootstrap for python components
---
 taler-build/update_backoffice.sh | 3 +--
 taler-build/update_bank.sh       | 3 +--
 taler-build/update_blog.sh       | 3 +--
 taler-build/update_donations.sh  | 3 +--
 taler-build/update_survey.sh     | 3 +--
 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]