taler-deployment

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

commit 60f5e30cde29c782685cac8244e7002537469dab
parent 28adb578599cc94b75105cd0cb4fd8ffc8c9398f
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Fri,  9 Jun 2017 18:08:39 +0200

checking out deployment.git and invoke update_docs.sh
from checked out copy.

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

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