summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildbot/master.cfg16
1 files changed, 8 insertions, 8 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index fb91a2a..aedf553 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -155,7 +155,7 @@ lcov_factory.addStep(ShellCommand(name="invalidation",
descriptionDone="timestamps invalidated",
command=["./invalidate.sh"],
workdir="build/taler-build"))
-lcov_factory.addStep(ShellCommand(name="builder",
+lcov_factory.addStep(ShellCommand(name="build",
description="Compiling..",
descriptionDone="lcov files generated",
command=["make", "lcov"],
@@ -176,18 +176,18 @@ switcher_factory.addStep(ShellCommand(name="build",
descriptionDone="Compile.",
command=["./build.sh"],
workdir="build/buildbot"))
-switcher_factory.addStep(ShellCommand(name="build",
- description="Starting inactive blue-green party.",
+switcher_factory.addStep(ShellCommand(name="restart services",
+ description="Restarting inactive blue-green party.",
descriptionDone="Restarting Taler.",
command=["./restart.sh"],
workdir="build/buildbot"))
-switcher_factory.addStep(ShellCommand(name="build",
+switcher_factory.addStep(ShellCommand(name="check services correctly restarted",
description="Checking services are correctly restarted.",
descriptionDone="All services are correctly restarted.",
command=["./checks.sh"],
workdir="build/buildbot"))
-switcher_factory.addStep(ShellCommand(name="build",
- description="Switching active party.",
+switcher_factory.addStep(ShellCommand(name="switch active party",
+ description="Switch to the party which was inactive.",
descriptionDone="Active party has been switched.",
command=["./switch.sh"],
workdir="build/buildbot"))
@@ -213,12 +213,12 @@ doc_factory.addStep(ShellCommand(name="build docs",
descriptionDone="Documentation built.",
command=["./update_docs.sh"],
workdir="build/taler-build"))
-doc_factory.addStep(ShellCommand(name="build docs",
+doc_factory.addStep(ShellCommand(name="build www",
description="Building www.taler.net.",
descriptionDone="www.taler.net built",
command=["./update_www.sh"],
workdir="build/taler-build"))
-doc_factory.addStep(ShellCommand(name="build docs",
+doc_factory.addStep(ShellCommand(name="build www-stage",
description="Building stage.taler.net.",
descriptionDone="stage.taler.net built",
command=["./update_stage.sh"],