taler-deployment

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

commit 5a9c595a5c764919d02904cb697981da62382fd0
parent 1e2b062e042cba24951740e3c9c81ecdf6d03264
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  3 Jun 2019 15:11:52 +0200

Simplify signature

Diffstat:
Dbin/taler-deployment-config-sign | 19-------------------
Mbuildbot/sign.sh | 4++--
2 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign @@ -1,19 +0,0 @@ -#!/usr/bin/env bash - -# Get the exchange wire details signed. -# Running this command again will produce different -# signatures, as it generates a salt upon each invocation. -# -# - - -set -eu -base=$HOME -export PATH="$base/deployment":$PATH - -for f in $HOME/shared-data/exchange/wire/*.json - do chmod g+w $f || true -done - -# Sign wire details. -taler-exchange-wire diff --git a/buildbot/sign.sh b/buildbot/sign.sh @@ -1,9 +1,9 @@ #!/bin/bash if test "$(whoami)" = "$(cat /home/test/active)"; then - echo "I'm the active color, no need to compile and switch!" + echo "I am the active color, will not obey to BB" exit 0 fi source "${HOME}/activate" -taler-deployment-config-sign +taler-exchange-wire