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: try with absolute


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: try with absolute path to invoke doc builder script
Date: Fri, 09 Jun 2017 17:59:54 +0200

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 b3a5e60  try with absolute path to invoke doc builder script
b3a5e60 is described below

commit b3a5e60dc219785a34a4c5dc0ee443d5f2e9d912
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 9 17:59:39 2017 +0200

    try with absolute path to invoke doc builder script
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 82d5e11..efcb410 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -132,7 +132,7 @@ doc_factory = util.BuildFactory()
 doc_factory.addStep(ShellCommand(name="documentation",
                                  description="Build documentation for 
docs.taler.net",
                                  descriptionDone="Documentation built",
-                                 
command=["./deployment/taler-build/update_docs.sh"]))
+                                 
command=["$HOME/deployment/taler-build/update_docs.sh"]))
 c['builders'] = []
 
 c['builders'].append(

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



reply via email to

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