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: If build succeeds


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: If build succeeds, then swtich active party.
Date: Mon, 06 Mar 2017 22:18:24 +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 eb6aa2a  If build succeeds, then swtich active party.
eb6aa2a is described below

commit eb6aa2a70bc285a0bb9dc697208d90f024bf0795
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 22:18:15 2017 +0100

    If build succeeds, then swtich active party.
---
 taler-build/switch_bluegreen.sh | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 8656c7b..9ab0e42 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -7,4 +7,10 @@ if test $active="test-blue"; then
   nonactive="test-green"
 fi
 
-sudo -u $nonactive bash -c 'source $HOME/activate; taler-deployment-build'
+if sudo -u $nonactive \
+   bash -c 'source $HOME/activate; taler-deployment-build'; then
+
+  sudo -u test /home/test/ln-${nonactive}.sh
+fi
+
+# FIXME report build failure by e-mail.

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



reply via email to

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