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: Fix descriptionDo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Fix descriptionDone regarding buildbot.
Date: Wed, 08 Mar 2017 14:40:39 +0100

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 5f3520e  Fix descriptionDone regarding buildbot.
5f3520e is described below

commit 5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 8 14:40:29 2017 +0100

    Fix descriptionDone regarding buildbot.
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index fa76697..7e0f874 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -102,22 +102,22 @@ 
switcher_factory.addStep(Git(repourl='git://git.taler.net/deployment.git',
                          branch='master'))
 switcher_factory.addStep(ShellCommand(name="build",
                                   description="Building inactive blue-green 
party.",
-                                  descriptionDone="Compilation successful.",
+                                  descriptionDone="Compile.",
                                   command=["./switch_build.sh"],
                                   workdir="build/taler-build"))
 switcher_factory.addStep(ShellCommand(name="build",
                                   description="Starting inactive blue-green 
party.",
-                                  descriptionDone="Restarted.",
+                                  descriptionDone="Restarting Taler.",
                                   command=["./switch_restart.sh"],
                                   workdir="build/taler-build"))
 switcher_factory.addStep(ShellCommand(name="build",
                                   description="Checking Exchange.",
-                                  descriptionDone="Exchange is responsive.",
+                                  descriptionDone="Exchange checked.",
                                   command=["./switch_check_exchange.sh"],
                                   workdir="build/taler-build"))
 switcher_factory.addStep(ShellCommand(name="build",
                                   description="Checking Merchants Backends.",
-                                  descriptionDone="Both backends are 
responsive.",
+                                  descriptionDone="Both backends checked.",
                                   command=["./switch_check_merchant.sh"],
                                   workdir="build/taler-build"))
 switcher_factory.addStep(ShellCommand(name="build",

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



reply via email to

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