summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",