summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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