summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-08 14:40:29 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-03-08 14:40:29 +0100
commit5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6 (patch)
tree83a942fb465c71595a67b3fa2374ccfe7ed6d793
parente7f9de0a48c9d62146babe7f01bf397735b2d413 (diff)
downloaddeployment-5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6.tar.gz
deployment-5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6.tar.bz2
deployment-5f3520ec8e8db6a7d686903fa6ed6cef62d37fe6.zip
Fix descriptionDone regarding buildbot.
-rw-r--r--buildbot/master.cfg8
1 files 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",