gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: taler-local


From: gnunet
Subject: [taler-deployment] branch master updated: taler-local
Date: Wed, 01 Dec 2021 08:28:30 +0100

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 45de71f  taler-local
45de71f is described below

commit 45de71f19dd82199676ed9891e5364355fef490d
Author: ms <ms@taler.net>
AuthorDate: Wed Dec 1 08:26:45 2021 +0100

    taler-local
    
    not building GnuTLS, using version found in Debian
    unstable instead.
---
 bin/WIP/taler-local | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index 2a0cd61..a669fb2 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -116,8 +116,7 @@ def build_libeufin(r: Repo, p: Path):
 def build_libmicrohttpd(r: Repo, p: Path):
     update_checkout(r, p)
     subprocess.run(["./bootstrap"], check=True)
-    # Debian gnutls packages are too old ...
-    default_configure(f"--with-gnutls={TALER_PREFIX}")
+    default_configure("--disable-doc")
     subprocess.run(["make"], check=True)
     subprocess.run(["make", "install"], check=True)
     (p / "taler-buildstamp").touch()
@@ -147,13 +146,6 @@ def build_exchange(r: Repo, p: Path):
     subprocess.run(["make", "install"], check=True)
     (p / "taler-buildstamp").touch()
 
-def build_gnutls(r, p):
-    update_checkout(r, p)
-    subprocess.run(["./bootstrap"], check=True)
-    default_configure()
-    subprocess.run(["make", "install"], check=True)
-    (p / "taler-buildstamp").touch()
-
 def build_wallet(r, p):
     update_checkout(r, p)
     subprocess.run(["./bootstrap"], check=True)
@@ -239,12 +231,6 @@ def build_backoffice(r, p):
     (p / "taler-buildstamp").touch()
 
 repos = {
-    "gnutls": Repo(
-            "gnutls",
-            "git://github.com/gnutls/gnutls",
-            [],
-            build_gnutls,
-        ),
     "libmicrohttpd": Repo(
         "libmicrohttpd",
         "git://git.gnunet.org/libmicrohttpd.git",
@@ -411,7 +397,7 @@ def build(without_repos, only_repos) -> None:
     "--repos", "-r",
     metavar="REPOS",
     help="REPOS is a unspaced and comma-separated list of the repositories to 
clone.",
-    
default="gnutls,libmicrohttpd,gnunet,exchange,merchant,wallet-core,taler-merchant-demos,sync,anastasis,libeufin",
+    
default="libmicrohttpd,gnunet,exchange,merchant,wallet-core,taler-merchant-demos,sync,anastasis,libeufin",
     show_default=True,
 )
 @click.option(

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