gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: use --enable-only-doc


From: gnunet
Subject: [taler-deployment] branch master updated: use --enable-only-doc
Date: Mon, 26 Apr 2021 22:09:22 +0200

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 ba8b013  use --enable-only-doc
ba8b013 is described below

commit ba8b013e08454afd48171583e579aca006a3507f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Apr 26 22:09:21 2021 +0200

    use --enable-only-doc
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 4d40aa5..c43f829 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -203,8 +203,8 @@ DOC_FACTORY.addStep(
         description="Running bootstrap and configure for exchange",
         descriptionDone="exchange ready for doxygen",
         commands=[
-            util.ShellArg(command=["./bootstrap"]),
-            util.ShellArg(command=["./configure", "--prefix=$HOME/local/"]),
+             util.ShellArg(command=["./bootstrap"]),
+             util.ShellArg(command=["./configure", "--enable-only-doc"]),
         ],
         workdir="../../sources/exchange/",
         haltOnFailure=True,
@@ -226,7 +226,7 @@ DOC_FACTORY.addStep(
         descriptionDone="directory created",
         commands=[
             util.ShellArg(command=["./bootstrap"]),
-            util.ShellArg(command=["./configure", "--prefix=$HOME/local/"]),
+            util.ShellArg(command=["./configure", "--enable-only-doc"]),
             util.ShellArg(command=["cp", 
"../exchange/doc/doxygen/taler-exchange.tag", 
"doc/doxygen/taler-exchange.tag"]),
         ],
         workdir="../../sources/merchant/"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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