gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix logic


From: gnunet
Subject: [taler-deployment] branch master updated: fix logic
Date: Tue, 25 Feb 2020 13:26:12 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e33b08e  fix logic
e33b08e is described below

commit e33b08e230818cda00333ebbc4ac0e2e868801e9
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 25 13:26:10 2020 +0100

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index da7a28f..aff8f8a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -538,7 +538,7 @@ INTEGRATIONTEST_FACTORY.addStep(
         name="fetch",
         description="Running local configure of wallet",
         descriptionDone="wallet configure done",
-        command=["configure", "--prefix=$HOME/local/],
+        command=["configure", "--prefix=$HOME/local/"],
         workdir="../../sources/wallet-core"
     )
 )
@@ -547,7 +547,7 @@ INTEGRATIONTEST_FACTORY.addStep(
         name="fetch",
         description="Running local make of wallet",
         descriptionDone="wallet make done",
-        command=["configure", "--prefix=$HOME/local/],
+        command=["make"],
         workdir="../../sources/wallet-core"
     )
 )

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



reply via email to

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