gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix backoffice build


From: gnunet
Subject: [taler-deployment] branch master updated: fix backoffice build
Date: Wed, 28 Apr 2021 14:42:01 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a72bba4  fix backoffice build
a72bba4 is described below

commit a72bba4225bb9ca03bb11569de9609b4d3bdb511
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 28 14:41:59 2021 +0200

    fix backoffice build
---
 bin/taler-deployment | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 2df86da..d1c42d1 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -269,8 +269,7 @@ def build_demos(r, p):
 def build_backoffice(r, p):
     update_checkout(r, p)
     subprocess.run(["./bootstrap"])
-    pfx = Path.home() / "local"
-    default_configure()
+    subprocess.run(["./configure"])
     subprocess.run(["make", "build-single"])
     (p / "taler-buildstamp").touch()
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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