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 parentheses


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix parentheses
Date: Sat, 04 Nov 2017 22:21:44 +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 0e25c3f  fix parentheses
0e25c3f is described below

commit 0e25c3fa48c9e2bb240ec5046c07c5b25e3440f1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 4 22:21:17 2017 +0100

    fix parentheses
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a35601d..6824e0f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -161,7 +161,7 @@ DEBUG_FACTORY.addStep(ShellCommand(
 
 LINT_FACTORY = util.BuildFactory()
 LINT_FACTORY.addStep(git_step(
-    "git://git.taler.net/bank.git")
+    "git://git.taler.net/bank.git"))
 LINT_FACTORY.addStep(ShellCommand(
     name="code linter",
     description="running static analysis",
@@ -173,7 +173,7 @@ LINT_FACTORY.addStep(ShellCommand(
 
 LCOV_FACTORY = util.BuildFactory()
 LCOV_FACTORY.addStep(git_step(
-    'git://git.taler.net/deployment.git')
+    'git://git.taler.net/deployment.git'))
 LCOV_FACTORY.addStep(ShellCommand(
     name="invalidation",
     description="Invalidating timestamps",
@@ -191,7 +191,7 @@ LCOV_FACTORY.addStep(ShellCommand(
 
 SWITCHER_FACTORY = util.BuildFactory()
 SWITCHER_FACTORY.addStep(git_step(
-    'git://git.taler.net/deployment.git')
+    'git://git.taler.net/deployment.git'))
 SWITCHER_FACTORY.addStep(ShellCommand(
     name="build",
     description="Building inactive blue-green party.",
@@ -228,7 +228,7 @@ SELENIUM_FACTORY.addStep(ShellCommand(
 # this factory builds {api,docs}.taler.net AND {www,stage}.taler.net
 DOC_FACTORY = util.BuildFactory()
 DOC_FACTORY.addStep(git_step(
-    "git://git.taler.net/deployment.git")
+    "git://git.taler.net/deployment.git"))
 DOC_FACTORY.addStep(ShellCommand(
     name="build docs",
     description="Building documentation.",

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



reply via email to

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