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: specifying 'workd


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: specifying 'workdir' while calling the lint builder
Date: Mon, 27 Nov 2017 11:42:32 +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 a42d551  specifying 'workdir' while calling the lint builder
a42d551 is described below

commit a42d551fe5480f05eeb95ba76fd9ce9c681bcbac
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 27 11:42:07 2017 +0100

    specifying 'workdir' while calling the lint builder
---
 buildbot/master.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b2b2563..edc44d3 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -167,12 +167,14 @@ LINT_FACTORY.addStep(ShellCommand(
     name="invalidation",
     description="checking changes",
     descriptionDone="changes checked",
-    command=["./invalidate.sh"]))
+    command=["./invalidate.sh"],
+    workdir="build/taler-build"))
 LINT_FACTORY.addStep(ShellCommand(
     name="linting",
     description="Linting..",
     descriptionDone="Linted",
-    command=["make", "-f", "MakefileLint"]))
+    command=["make", "-f", "MakefileLint"],
+    workdir="build/taler-build"))
 
 LCOV_FACTORY = util.BuildFactory()
 LCOV_FACTORY.addStep(git_step(

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



reply via email to

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