summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-03 15:11:52 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-03 15:11:52 +0200
commit5a9c595a5c764919d02904cb697981da62382fd0 (patch)
treeaa5fea77f1607dd6c90613f9b0e844ae08542094
parent1e2b062e042cba24951740e3c9c81ecdf6d03264 (diff)
downloaddeployment-5a9c595a5c764919d02904cb697981da62382fd0.tar.gz
deployment-5a9c595a5c764919d02904cb697981da62382fd0.tar.bz2
deployment-5a9c595a5c764919d02904cb697981da62382fd0.zip
Simplify signature
-rwxr-xr-xbin/taler-deployment-config-sign19
-rwxr-xr-xbuildbot/sign.sh4
2 files changed, 2 insertions, 21 deletions
diff --git a/bin/taler-deployment-config-sign b/bin/taler-deployment-config-sign
deleted file mode 100755
index d58ee98..0000000
--- a/bin/taler-deployment-config-sign
+++ /dev/null
@@ -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
index 4b31229..88689d4 100755
--- 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