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: move config-gener


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: move config-generation after the build.
Date: Mon, 03 Jun 2019 15:34:37 +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 5bc0b8a  move config-generation after the build.
5bc0b8a is described below

commit 5bc0b8a063a3640f8d86b3f627e2008d5adfcffa
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 3 15:34:19 2019 +0200

    move config-generation after the build.
---
 buildbot/master.cfg | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 9a77690..58c255a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -376,14 +376,6 @@ BUILD_FACTORY.addStep(git_step(
     "git://git.taler.net/deployment.git"))
 
 BUILD_FACTORY.addStep(ShellCommand(
-    name="config",
-    description="Generating configuration file.",
-    descriptionDone="Configuration file generated.",
-    command=["./config.sh"],
-    workdir="build/buildbot",
-    haltOnFailure=True))
-
-BUILD_FACTORY.addStep(ShellCommand(
     name="build",
     description="Building inactive blue-green party.",
     descriptionDone="Inactive party got built.",
@@ -392,6 +384,14 @@ BUILD_FACTORY.addStep(ShellCommand(
     haltOnFailure=True))
 
 BUILD_FACTORY.addStep(ShellCommand(
+    name="config",
+    description="Generating configuration file.",
+    descriptionDone="Configuration file generated.",
+    command=["./config.sh"],
+    workdir="build/buildbot",
+    haltOnFailure=True))
+
+BUILD_FACTORY.addStep(ShellCommand(
     name="keys generation and sign",
     description="Generating exchange keys, and auditor-sign them.",
     descriptionDone="Exchange keys generated, and auditor-signed.",

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



reply via email to

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