taler-deployment

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

commit 50024ec25bb55bd1f3d4a33aea0d7aa81928b282
parent fe458ea80f27bfef787412a1471bf3dbb6ec2612
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue, 16 Apr 2019 22:31:49 +0200

Remove garbage.

Diffstat:
Mbuildbot/build.sh | 2+-
Mbuildbot/config.sh | 2+-
Mbuildbot/keys.sh | 2+-
Mbuildbot/restart.sh | 2+-
Mbuildbot/sign.sh | 2+-
Mbuildbot/top_reserve.sh | 2+-
6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh @@ -17,4 +17,4 @@ echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to resume." exit 2 fi -taler-deployment-build' +taler-deployment-build diff --git a/buildbot/config.sh b/buildbot/config.sh @@ -8,4 +8,4 @@ if test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then exit 0 fi -taler-deployment-config-generate' +taler-deployment-config-generate diff --git a/buildbot/keys.sh b/buildbot/keys.sh @@ -8,4 +8,4 @@ if test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then exit 0 fi -taler-deployment-keyup' +taler-deployment-keyup diff --git a/buildbot/restart.sh b/buildbot/restart.sh @@ -8,4 +8,4 @@ if test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then exit 0 fi -taler-deployment-restart' +taler-deployment-restart diff --git a/buildbot/sign.sh b/buildbot/sign.sh @@ -8,4 +8,4 @@ if test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then exit 0 fi -taler-deployment-config-sign' +taler-deployment-config-sign diff --git a/buildbot/top_reserve.sh b/buildbot/top_reserve.sh @@ -8,4 +8,4 @@ if ! test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then exit 0 fi -taler-deployment-top-reserve' +taler-deployment-top-reserve