gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: removing landing's mentions


From: gnunet
Subject: [taler-deployment] branch master updated: removing landing's mentions
Date: Mon, 12 Oct 2020 16:00:36 +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 7f16802  removing landing's mentions
7f16802 is described below

commit 7f16802e4622372a23bfbf0b2cbe459bdb65d726
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 12 16:00:30 2020 +0200

    removing landing's mentions
---
 bin/taler-deployment | 10 ----------
 buildbot/master.cfg  |  2 +-
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 511d503..19568e2 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -233,14 +233,6 @@ def build_bank(r, p):
     (p / "taler-buildstamp").touch()
 
 
-def build_landing(r, p):
-    update_checkout(r, p)
-    subprocess.run(["./bootstrap"], check=True)
-    pfx = Path.home() / "local"
-    default_configure()
-    subprocess.run(["make", "install"], check=True)
-    (p / "taler-buildstamp").touch()
-
 def build_demos(r, p):
     update_checkout(r, p)
     pfx = Path.home() / "local"
@@ -331,7 +323,6 @@ def get_repos(envname):
                 build_merchant,
             ),
             Repo("bank", "git://git.taler.net/bank", [], build_bank),
-            Repo("landing", "git://git.taler.net/landing", [], build_landing),
             Repo("taler-merchant-demos", 
"git://git.taler.net/taler-merchant-demos", [], build_demos),
         ]
     if envname in ("local", "demo", "int", "test", "auditor-reporter-test", 
"auditor-reporter-demo"):
@@ -374,7 +365,6 @@ def get_repos(envname):
                 build_sync,
             ),
             Repo("bank", "git://git.taler.net/bank", [], build_bank),
-            Repo("landing", "git://git.taler.net/landing", [], build_landing),
             Repo("taler-merchant-demos", 
"git://git.taler.net/taler-merchant-demos", [], build_demos),
             Repo("backoffice", "git://git.taler.net/backoffice", [], 
build_backoffice),
         ]
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1acfda9..d739d5a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -269,7 +269,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler(
         branch_re="(master|stable)",
         project_re="(backoffice|wallet-core|bank|exchange|"
         "merchant|deployment|twister|sync|"
-        "help|taler-merchant-demos|landing)"
+        "help|taler-merchant-demos)"
     ),
     treeStableTimer=None,
     builderNames=["test-builder", "checker-builder", "codespell-builder"]

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