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: try removing firs


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: try removing first
Date: Mon, 03 Jun 2019 23:20:17 +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 bb8e30f  try removing first
bb8e30f is described below

commit bb8e30f666c1fdc6b21a68e3d762ff9bcd7df955
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 3 23:20:04 2019 +0200

    try removing first
---
 buildbot/sign.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/buildbot/sign.sh b/buildbot/sign.sh
index 66e446d..762e4c1 100755
--- a/buildbot/sign.sh
+++ b/buildbot/sign.sh
@@ -6,8 +6,11 @@ if test "$(whoami)" = "$(cat /home/test/active)"; then
 fi
 
 source "${HOME}/activate"
+WIRE_RESPONSE = $(taler-config -s account-1 -o wire_response -f)
+
+rm -f $WIRE_RESPONSE || true
 
 taler-exchange-wire
 
-chmod g+rw $(taler-config -s account-1 -o wire_response -f)
-chgrp test $(taler-config -s account-1 -o wire_response -f)
+chmod g+rw $WIRE_RESPONSE
+chgrp test $WIRE_RESPONSE

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



reply via email to

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