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: checking out depl


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: checking out deployment.git and invoke update_docs.sh from checked out copy.
Date: Fri, 09 Jun 2017 18:09:06 +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 60f5e30  checking out deployment.git and invoke update_docs.sh from 
checked out copy.
60f5e30 is described below

commit 60f5e30cde29c782685cac8244e7002537469dab
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 9 18:08:39 2017 +0200

    checking out deployment.git and invoke update_docs.sh
    from checked out copy.
---
 buildbot/master.cfg | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f74087c..d2b529c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -129,10 +129,18 @@ selenium_factory.addStep(ShellCommand(name="selenium",
                                       env={'PATH': 
"${HOME}/local/bin:/usr/lib/chromium:${PATH}"}))
 
 doc_factory = util.BuildFactory()
-doc_factory.addStep(ShellCommand(name="documentation",
-                                 description="Build documentation for 
docs.taler.net",
-                                 descriptionDone="Documentation built",
-                                 
command=["${HOME}/deployment/taler-build/update_docs.sh"]))
+
+doc_factory.addStep(Git(repourl='git://git.taler.net/deployment.git',
+                        mode='full',
+                        method='fresh',
+                        alwaysUseLatest=True,
+                        haltOnFailure=True,
+                        branch='master'))
+doc_factory.addStep(ShellCommand(name="build docs",
+                                 description="Building documentation.",
+                                 descriptionDone="Documentation built.",
+                                 command=["./update_docs.sh"],
+                                 workdir="build/taler-build"))
 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]