taler-deployment

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

commit e6969b306b9c057d80608b1c14d15c517b0b06f5
parent 708201af6ff7247772a50501f781e93f851d4191
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed,  1 Jun 2016 03:23:35 +0200

absolute paths for scripts invoked via buildbot

Diffstat:
Mtaler-build/switch_active.sh | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/taler-build/switch_active.sh b/taler-build/switch_active.sh @@ -22,12 +22,10 @@ else INACTIVE='test-green' fi -# global build for the inactive -cd /home/$INACTIVE -source activate +# build and restart # FIXME calling 'make check' before switching still missing -taler-deployment-build -taler-deployment-restart +$HOME/deployment/bin/taler-deployment-build +$HOME/deployment/bin/taler-deployment-restart # check exit code if [[ $? == 0 ]]