gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove more dead code


From: gnunet
Subject: [taler-deployment] branch master updated: remove more dead code
Date: Mon, 07 Sep 2020 13:03:42 +0200

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 22fb205  remove more dead code
22fb205 is described below

commit 22fb205ad8ff64e376ed80883802f55ed3f49ed2
Author: MS <ms@taler.net>
AuthorDate: Mon Sep 7 13:03:37 2020 +0200

    remove more dead code
---
 bin/taler-deployment | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 02c62f0..2e1b58a 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -239,33 +239,6 @@ def build_demos(r, p):
     subprocess.run(["make", "install"], check=True)
     (p / "taler-buildstamp").touch()
 
-def build_donations(r, p):
-    update_checkout(r, p)
-    subprocess.run(["./bootstrap"], check=True)
-    pfx = Path.home() / "local"
-    pyconfigure()
-    subprocess.run(["make", "install"], check=True)
-    (p / "taler-buildstamp").touch()
-
-
-def build_blog(r, p):
-    update_checkout(r, p)
-    subprocess.run(["./bootstrap"], check=True)
-    pfx = Path.home() / "local"
-    pyconfigure()
-    subprocess.run(["make", "install"], check=True)
-    (p / "taler-buildstamp").touch()
-
-
-def build_survey(r, p):
-    update_checkout(r, p)
-    subprocess.run(["./bootstrap"], check=True)
-    pfx = Path.home() / "local"
-    pyconfigure()
-    subprocess.run(["make", "install"], check=True)
-    (p / "taler-buildstamp").touch()
-
-
 def build_backoffice(r, p):
     update_checkout(r, p)
     subprocess.run(["./bootstrap"], check=True)
@@ -350,7 +323,6 @@ def get_repos(envname):
             ),
             Repo("bank", "git://git.taler.net/bank", [], build_bank),
             Repo("landing", "git://git.taler.net/landing", [], build_landing),
-            Repo("donations", "git://git.taler.net/donations", [], 
build_donations),
             Repo("taler-merchant-demos", 
"git://git.taler.net/taler-merchant-demos", [], build_demos),
         ]
     if envname in ("demo", "int", "test", "auditor-reporter-test", 
"auditor-reporter-demo"):
@@ -388,10 +360,7 @@ def get_repos(envname):
             ),
             Repo("bank", "git://git.taler.net/bank", [], build_bank),
             Repo("landing", "git://git.taler.net/landing", [], build_landing),
-            Repo("donations", "git://git.taler.net/donations", [], 
build_donations),
             Repo("taler-merchant-demos", 
"git://git.taler.net/taler-merchant-demos", [], build_demos),
-            Repo("blog", "git://git.taler.net/blog", [], build_blog),
-            Repo("survey", "git://git.taler.net/survey", [], build_survey),
             Repo("backoffice", "git://git.taler.net/backoffice", [], 
build_backoffice),
         ]
     raise Exception(f"no repos defined for envname {envname}")

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