gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Simplify signatur


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Simplify signature
Date: Mon, 03 Jun 2019 15:12:00 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 5a9c595  Simplify signature
5a9c595 is described below

commit 5a9c595a5c764919d02904cb697981da62382fd0
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 3 15:11:52 2019 +0200

    Simplify signature
---
 bin/taler-deployment-config-sign | 19 -------------------
 buildbot/sign.sh                 |  4 ++--
 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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]