summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-10 13:51:32 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-07-10 13:51:32 +0200
commit57043754181ae4bffee5242fe2c0925ac16a6200 (patch)
tree6a512dcdc4497b32648d3a17a050d17d6e8a89db
parentaf8070f0dd6b964c7922349e2fa8ca1ea1999dcc (diff)
downloaddeployment-57043754181ae4bffee5242fe2c0925ac16a6200.tar.gz
deployment-57043754181ae4bffee5242fe2c0925ac16a6200.tar.bz2
deployment-57043754181ae4bffee5242fe2c0925ac16a6200.zip
building websites via BB
-rw-r--r--buildbot/master.cfg12
1 files changed, 12 insertions, 0 deletions
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(