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: building websites


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: building websites via BB
Date: Mon, 10 Jul 2017 13:51:51 +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 5704375  building websites via BB
5704375 is described below

commit 57043754181ae4bffee5242fe2c0925ac16a6200
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jul 10 13:51:32 2017 +0200

    building websites via BB
---
 buildbot/master.cfg | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index fed93f1..987bf18 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -160,6 +160,7 @@ selenium_factory.addStep(ShellCommand(name="selenium",
                                       command=["launch_selenium_test"],
                                       env={'PATH': 
"${HOME}/local/bin:/usr/lib/chromium:${PATH}"}))
 
+# this factory builds {api,docs}.taler.net AND {www,stage}.taler.net
 doc_factory = util.BuildFactory()
 
 doc_factory.addStep(Git(repourl='git://git.taler.net/deployment.git',
@@ -173,6 +174,17 @@ doc_factory.addStep(ShellCommand(name="build docs",
                                  descriptionDone="Documentation built.",
                                  command=["./update_docs.sh"],
                                  workdir="build/taler-build"))
+doc_factory.addStep(ShellCommand(name="build docs",
+                                 description="Building www.taler.net.",
+                                 descriptionDone="www.taler.net built",
+                                 command=["./update_www.sh"],
+                                 workdir="build/taler-build"))
+doc_factory.addStep(ShellCommand(name="build docs",
+                                 description="Building stage.taler.net.",
+                                 descriptionDone="stage.taler.net built",
+                                 command=["./update_stage.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]