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: give descriptive


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: give descriptive names to build steps
Date: Wed, 18 Oct 2017 14:11:39 +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 290337a  give descriptive names to build steps
290337a is described below

commit 290337abb8d6624896681be073a957f1a962b6b7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 18 14:11:12 2017 +0200

    give descriptive names to build steps
---
 buildbot/master.cfg | 16 ++++++++--------
 1 file 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"],

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



reply via email to

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