taler-deployment

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

commit 816c0604951b5a533dd3dbfc65a0e335f7a2ffdc
parent 11da595116393c48756eb7df77099237b691be04
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Mon, 20 Jun 2016 22:14:10 +0200

TALER_CHECKDB in buildbot env

Diffstat:
Mbuildbot/master.cfg | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -84,7 +84,8 @@ globalSwitcher.addStep(ShellCommand(name="switcher", descriptionDone="Active party switched", command=["./switch_active.sh"], workdir="build/taler-build", - env={'PATH': "${HOME}/bin:${PATH}"})) + env={'PATH': "${HOME}/bin:${PATH}", + 'TALER_CHECKDB': "postgres:///taler-check-${USER}"})) lcov = BuildFactory() lcov.addStep(Git(repourl='git://git.taler.net/deployment.git', mode='full',