commit d0df747a8cfcc4fef1f5d2f5faed18265f5aef14 parent 149ccaf9a0e52b33f4091ec103582b9e9ff273da Author: Florian Dold <florian.dold@gmail.com> Date: Sat, 19 Nov 2016 18:40:32 +0100 conf signing Diffstat:
| M | bin/taler-deployment-config-sign | | | 8 | +++++++- |
| M | bootstrap-bluegreen | | | 3 | +++ |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign @@ -1,6 +1,12 @@ -#!/bin/bash +#!/usr/bin/env bash + +set -eu base=$HOME export PATH="$base/deployment":$PATH +for f in ~/.config/taler/exchange/wire/*.unsigned.json; do + taler-exchange-wire -j "$(<"$f")" > "${f%.unsigned.json}.json" +done + diff --git a/bootstrap-bluegreen b/bootstrap-bluegreen @@ -46,6 +46,9 @@ for component in gnunet libmicrohttpd; do fi done +git -C ~/gnunet checkout tags/taler-0.2.0 +git -C ~/gnunet libmicrohttpd tags/v0.9.52 + for component in bank merchant gnurl landing exchange merchant-frontends deployment; do if ! test -d $HOME/$component; then git clone /var/git/$component.git