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: first batch of #5


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: first batch of #5759
Date: Mon, 10 Jun 2019 00:26:35 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d433ed0  first batch of #5759
d433ed0 is described below

commit d433ed0c310d1738e69f07a8a62e5ec6199fbf1d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 10 00:26:28 2019 +0200

    first batch of #5759
---
 buildbot/master.cfg | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f044f31..63531ce 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -390,15 +390,12 @@ TIP_RESERVE_TOPPER_FACTORY.addStep(ShellCommand(
     workdir="build/buildbot"))
 
 BUILD_FACTORY = util.BuildFactory()
-BUILD_FACTORY.addStep(git_step(
-    "git://git.taler.net/deployment.git"))
-
 BUILD_FACTORY.addStep(ShellCommand(
     name="build",
     description="Building inactive blue-green party.",
     descriptionDone="Inactive party got built.",
     command=["./build.sh"],
-    workdir="build/buildbot",
+    workdir="$HOME/deployment/buildbot",
     haltOnFailure=True))
 
 BUILD_FACTORY.addStep(ShellCommand(
@@ -406,7 +403,7 @@ BUILD_FACTORY.addStep(ShellCommand(
     description="Generating configuration file.",
     descriptionDone="Configuration file generated.",
     command=["./config.sh"],
-    workdir="build/buildbot",
+    workdir="$HOME/deployment/buildbot",
     haltOnFailure=True))
 
 BUILD_FACTORY.addStep(ShellCommand(
@@ -423,7 +420,7 @@ BUILD_FACTORY.addStep(ShellCommand(
     description="Signing exchange wire details.",
     descriptionDone="Exchange wire details got signed.",
     command=["./sign.sh"],
-    workdir="build/buildbot",
+    workdir="$HOME/deployment/buildbot",
     haltOnFailure=True,
     env={'BRANCH': util.Property("branch")}))
 
@@ -432,7 +429,7 @@ BUILD_FACTORY.addStep(ShellCommand(
     description="Restarting inactive blue-green party.",
     descriptionDone="Restarting Taler.",
     command=["./restart.sh"],
-    workdir="build/buildbot",
+    workdir="$HOME/deployment/buildbot",
     haltOnFailure=True,
     env={'BRANCH': util.Property("branch")}))
 
@@ -441,11 +438,10 @@ BUILD_FACTORY.addStep(ShellCommand(
     description="Checking services are correctly restarted.",
     descriptionDone="All services are correctly restarted.",
     command=["./checks.sh"],
-    workdir="build/buildbot",
+    workdir="$HOME/deployment/buildbot",
     haltOnFailure=True,
     env={'DEPLOYMENT': "test"}))
 
-
 TESTSWITCH_FACTORY = util.BuildFactory()
 TESTSWITCH_FACTORY.addStep(git_step(
     "git://git.taler.net/deployment.git"))

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



reply via email to

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