gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove gnurl


From: gnunet
Subject: [taler-deployment] branch master updated: remove gnurl
Date: Wed, 28 Apr 2021 14:20:26 +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 d67acf5  remove gnurl
     new 7d761d5  Merge branch 'master' of git+ssh://git.taler.net/deployment
d67acf5 is described below

commit d67acf55e8781097aef94f7c027b6817bf2206b2
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 28 14:20:19 2021 +0200

    remove gnurl
---
 bin/taler-deployment | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 6ecb171..acd9b70 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -155,7 +155,6 @@ def build_gnunet(r: Repo, p: Path):
     pfx = Path.home() / "local"
     default_configure(
         "--enable-logging=verbose",
-        f"--with-libgnurl={pfx}",
         f"--with-microhttpd={pfx}",
         "--disable-documentation",
     )
@@ -170,7 +169,6 @@ def build_exchange(r: Repo, p: Path):
     default_configure(
         "CFLAGS=-ggdb -O0",
         "--enable-logging=verbose",
-        f"--with-libgnurl={pfx}",
         f"--with-microhttpd={pfx}",
         f"--with-gnunet={pfx}",
     )
@@ -206,7 +204,6 @@ def build_merchant(r, p):
     default_configure(
         "CFLAGS=-ggdb -O0",
         "--enable-logging=verbose",
-        f"--with-libgnurl={pfx}",
         f"--with-microhttpd={pfx}",
         f"--with-exchange={pfx}",
         f"--with-gnunet={pfx}",
@@ -222,7 +219,6 @@ def build_sync(r, p):
     default_configure(
         "CFLAGS=-ggdb -O0",
         "--enable-logging=verbose",
-        f"--with-libgnurl={pfx}",
         f"--with-microhttpd={pfx}",
         f"--with-exchange={pfx}",
         f"--with-merchant={pfx}",
@@ -240,7 +236,6 @@ def build_anastasis(r, p):
     default_configure(
         "CFLAGS=-ggdb -O0",
         "--enable-logging=verbose",
-        f"--with-libgnurl={pfx}",
         f"--with-microhttpd={pfx}",
         f"--with-exchange={pfx}",
         f"--with-merchant={pfx}",

-- 
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]