gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: wallet-webex is n


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: wallet-webex is now wallet-core right?
Date: Sat, 12 Oct 2019 01:51:16 +0200

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a474ec6  wallet-webex is now wallet-core right?
a474ec6 is described below

commit a474ec6011ba21de52bae24a7accff0abcaf9034
Author: ng0 <address@hidden>
AuthorDate: Fri Oct 11 23:50:55 2019 +0000

    wallet-webex is now wallet-core right?
---
 buildbot/master.cfg | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ddcc59b..1659f74 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -56,6 +56,10 @@ c["workers"] = [
     # This worker checks that all the services run under the
     # 'demo' deployment are up&running.
     worker.Worker("demo-worker", "demo-pass"),
+
+    ##
+    # This worker builds wallet-core.
+    worker.Worker("wallet-worker", "wallet-pass"),
 ]
 
 # 'protocols' contains information about protocols which master
@@ -234,7 +238,16 @@ def git_step(repo):
 
 
 WALLET_FACTORY = util.BuildFactory()
-WALLET_FACTORY.addStep(git_step("git://git.taler.net/wallet-webex.git"))
+WALLET_FACTORY.addStep(git_step("git://git.taler.net/wallet-core.git"))
+WALLET_FACTORY.addStep(
+    ShellCommand(
+        name="bootstrap",
+        description="Running bootstrap script",
+        descriptionDone="Correctly bootstrapped",
+        command=["./bootstrap"],
+        workdir="build/"
+    )
+)
 WALLET_FACTORY.addStep(
     ShellCommand(
         name="configuration",
@@ -604,7 +617,8 @@ BUILDER_LIST = [
     "tip-reserve-topper-builder-demo",
     "tip-reserve-topper-builder-test",
     "sites-builder",
-    "test-builder"
+    "test-builder",
+    "wallet-builder",
 ]
 
 authz = util.Authz(

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]