From b425532268ffacb23eb95ee78a875dafbe603265 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 14 Apr 2022 23:58:50 +0200 Subject: remove Anastasis from buildbot deployment --- bin/taler-deployment | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'bin/taler-deployment') diff --git a/bin/taler-deployment b/bin/taler-deployment index 87899dd..6b098a5 100755 --- a/bin/taler-deployment +++ b/bin/taler-deployment @@ -255,23 +255,6 @@ def build_sync(r, p): (p / "taler-buildstamp").touch() -def build_anastasis(r, p): - update_checkout(r, p) - subprocess.run(["./bootstrap"], check=True) - pfx = Path.home() / "local" - default_configure( - "CFLAGS=-ggdb -O0", - "--enable-logging=verbose", - f"--with-microhttpd={pfx}", - f"--with-exchange={pfx}", - f"--with-merchant={pfx}", - f"--with-gnunet={pfx}", - "--disable-doc", - ) - subprocess.run(["make", "install"], check=True) - (p / "taler-buildstamp").touch() - - def build_bank(r, p): update_checkout(r, p) subprocess.run(["pip3", "install", "poetry"], check=True) @@ -348,12 +331,6 @@ def get_repos(envname): ["exchange", "merchant","gnunet","libmicrohttpd"], build_sync, ), - Repo( - "anastasis", - "git://git.taler.net/anastasis", - ["exchange", "merchant","libmicrohttpd","gnunet"], - build_anastasis, - ), ] if envname in ("int", "coverage", "integrationtest",): return [ @@ -404,12 +381,6 @@ def get_repos(envname): ["exchange", "merchant", "gnunet", "libmicrohttpd"], build_sync, ), - Repo( - "anastasis", - "git://git.taler.net/anastasis", - ["exchange", "merchant", "gnunet", "libmicrohttpd"], - build_anastasis, - ), ] # Note: these are currently not in use! @@ -502,12 +473,6 @@ def get_repos(envname): ["exchange", "merchant", "gnunet", "libmicrohttpd"], build_sync, ), - Repo( - "anastasis", - "git://git.taler.net/anastasis", - ["gnunet", "libmicrohttpd", "exchange", "merchant"], - build_sync, - ), Repo( "taler-merchant-demos", "git://git.taler.net/taler-merchant-demos", -- cgit v1.2.3