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: make "update topp


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: make "update topper" a legal taler-deployment-* command
Date: Thu, 30 Nov 2017 13:49:59 +0100

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 8202f6d  make "update topper" a legal taler-deployment-* command
8202f6d is described below

commit 8202f6dda3a685e4b0e727a939295a3f3615b635
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 30 13:49:25 2017 +0100

    make "update topper" a legal taler-deployment-* command
---
 .../update_tip_reserve.sh => bin/taler-deployment-top-reserve        | 3 ---
 buildbot/top_reserve.sh                                              | 5 +++++
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/taler-build/update_tip_reserve.sh 
b/bin/taler-deployment-top-reserve
similarity index 83%
rename from taler-build/update_tip_reserve.sh
rename to bin/taler-deployment-top-reserve
index 6697870..33d1fd6 100755
--- a/taler-build/update_tip_reserve.sh
+++ b/bin/taler-deployment-top-reserve
@@ -1,8 +1,5 @@
 #!/bin/bash
 
-# This command must be run under {test,demo}-{blue,green}
-# home directories.
-
 source $HOME/activate
 
 taler-exchange-reservemod \
diff --git a/buildbot/top_reserve.sh b/buildbot/top_reserve.sh
new file mode 100755
index 0000000..60e27b0
--- /dev/null
+++ b/buildbot/top_reserve.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+active=$(sudo -u test cat /home/test/active)
+
+sudo -u $active bash -c 'taler-deployment-top-reserve'

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



reply via email to

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