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: Working out the b


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Working out the blue-green nonactive party.
Date: Mon, 06 Mar 2017 21:48:25 +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 cfdecc2  Working out the blue-green nonactive party.
cfdecc2 is described below

commit cfdecc2bf9dd126f78ae88f0d2c68e620b7f5cdf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 21:47:56 2017 +0100

    Working out the blue-green nonactive party.
---
 taler-build/switch_bluegreen.sh | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 0b778ba..7738bb6 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -1,3 +1,12 @@
 #!/bin/bash
 
-pwd
+active=$(cat /home/test/active)
+nonactive=""
+
+if test $active = "test-blue"; then
+  nonactive="test-green"
+else
+  nonactive="test-green"
+fi
+
+echo $nonactive

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



reply via email to

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