taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 57043754181ae4bffee5242fe2c0925ac16a6200
parent af8070f0dd6b964c7922349e2fa8ca1ea1999dcc
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 10 Jul 2017 13:51:32 +0200

building websites via BB

Diffstat:
Mbuildbot/master.cfg | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git 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(