gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Use new tips config script


From: gnunet
Subject: [taler-deployment] branch master updated: Use new tips config script
Date: Mon, 27 Jul 2020 23:27:40 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 76fb12f  Use new tips config script
76fb12f is described below

commit 76fb12ffb919253a7964fa0266f3b3780d74642e
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 23:27:37 2020 +0200

    Use new tips config script
---
 bin/taler-deployment-top-reserve | 36 ------------------------------------
 buildbot/top_reserve.sh          |  2 +-
 2 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/bin/taler-deployment-top-reserve b/bin/taler-deployment-top-reserve
deleted file mode 100755
index c20d3e3..0000000
--- a/bin/taler-deployment-top-reserve
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/usr/bin/env bash
-
-set -eu
-
-if test -z $TALER_ENV_NAME || test -z $TALER_CONFIG_CURRENCY; then
-  echo "Please source ~/activate"
-  exit 1
-fi
-
-# %N is current nanoseconds.
-UUID=$(date +"uuid-%N")
-
-instance=default
-
-reserve_priv_filename=$(taler-config -s "instance-$instance" -o 
tip_reserve_priv_filename -f)
-
-echo "Reading tipping reserve private key from $reserve_priv_filename"
-
-RESERVE=$(gnunet-ecc -p "$reserve_priv_filename")
-
-failed=0
-taler-bank-transfer \
-  --amount="$TALER_CONFIG_CURRENCY:100.00" \
-  --bank="https://bank.$TALER_ENV_NAME.taler.net/"; \
-  --credit=2 \
-  --debit=8 \
-  --log="INFO" \
-  --pass="x" \
-  --subject=$RESERVE \
-  --user="Survey" || failed=1
-
-if [[ $failed = 1 ]]; then
-  echo Wire transfer failed!
-  exit 1
-fi
-
diff --git a/buildbot/top_reserve.sh b/buildbot/top_reserve.sh
index d6e8956..0af6679 100755
--- a/buildbot/top_reserve.sh
+++ b/buildbot/top_reserve.sh
@@ -1,4 +1,4 @@
 #!/bin/bash
 set -eu
 source "${HOME}/activate"
-taler-deployment-top-reserve
+taler-config-tips

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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