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: doc worker


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: doc worker
Date: Fri, 09 Jun 2017 15:53:05 +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 6310bc7  doc worker
6310bc7 is described below

commit 6310bc73958e78bdea86d06ac4705575726eb440
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 9 15:53:13 2017 +0200

    doc worker
---
 buildbot/master.cfg | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 3510f5c..1bf9ba6 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -17,6 +17,7 @@ c = BuildmasterConfig = {}
 # worker name and password must be configured on the worker.
 c['workers'] = [worker.Worker("lcov-worker", "lcov-pass"),
                 worker.Worker("selenium-worker", "selenium-pass"),
+                worker.Worker("doc-worker", "doc-pass"),
                 worker.Worker("switcher-worker", "switcher-pass")]
 
 # 'protocols' contains information about protocols which master will use for
@@ -126,6 +127,12 @@ selenium_factory.addStep(ShellCommand(name="selenium",
                                       descriptionDone="Test finished",
                                       command=["launch_selenium_test"],
                                       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=["./deployment/taler-build/update_docs.sh"])
 c['builders'] = []
 
 c['builders'].append(
@@ -143,6 +150,12 @@ c['builders'].append(
       workernames=["selenium-worker"],
       factory=selenium_factory))
 
+c['builders'].append(
+    util.BuilderConfig(name="doc-builder",
+      workernames=["doc-worker"],
+      factory=doc_factory))
+
+
 ####### BUILDBOT SERVICES
 
 # 'services' is a list of BuildbotService items like reporter targets. The

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



reply via email to

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