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: fix git_step() in


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix git_step() invocation
Date: Mon, 27 Nov 2017 15:33:34 +0100

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 71c99f1  fix git_step() invocation
71c99f1 is described below

commit 71c99f1528670b16812dfde19b6446e35655a516
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 27 15:33:20 2017 +0100

    fix git_step() invocation
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 9077e35..68ad76e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -191,8 +191,8 @@ LCOV_FACTORY.addStep(ShellCommand(
          "TALER_CHECKDB": 
"postgresql:///talercheck?host=/home/${USER}/sockets"}))
 
 SWITCHER_FACTORY = util.BuildFactory()
-SWITCHER_FACTORY.git_step(
-    "git://git.taler.net/deployment.git")
+SWITCHER_FACTORY.addStep(git_step(
+    "git://git.taler.net/deployment.git"))
 SWITCHER_FACTORY.addStep(ShellCommand(
     name="build",
     description="Building inactive blue-green party.",

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



reply via email to

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