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: missing check


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: missing check
Date: Fri, 14 Jul 2017 16:48:46 +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 10be4bf  missing check
10be4bf is described below

commit 10be4bfcb08c881d63af611491f35e9a5378bb77
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jul 14 16:48:33 2017 +0200

    missing check
---
 buildbot/restart.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildbot/restart.sh b/buildbot/restart.sh
index 425300b..dad6366 100755
--- a/buildbot/restart.sh
+++ b/buildbot/restart.sh
@@ -4,4 +4,8 @@ active=$(sudo -u test cat /home/test/active)
 nonactive="test-blue"
 echo "Active party: ${active}"
 
+if test $active = "test-blue"; then
+  nonactive="test-green"
+fi
+
 sudo -u $nonactive bash -c 'cd $HOME; . activate; taler-deployment-restart'

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



reply via email to

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