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: using versioned "


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: using versioned "switcher script"
Date: Wed, 03 Jan 2018 10:15:39 +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 61c2908  using versioned "switcher script"
61c2908 is described below

commit 61c2908f6dd94eeee5bdd92ba4fd09dd83142644
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Jan 3 10:15:19 2018 +0100

    using versioned "switcher script"
---
 buildbot/switch.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/buildbot/switch.sh b/buildbot/switch.sh
index a7bfaf0..018eb59 100755
--- a/buildbot/switch.sh
+++ b/buildbot/switch.sh
@@ -8,5 +8,9 @@ if test $active = "test-blue"; then
   nonactive="test-green"
 fi
 
+cmd=$(printf "%s; %s" \
+  "cd /home/test" \
+  "./deployment/bin/taler-deployment-switch-${nonactive}.sh")
+
 echo "Switching to ${nonactive}."
-sudo -u test bash -c "cd /home/test; ./ln-${nonactive}.sh"
+sudo -u test bash -c "${cmd}"

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



reply via email to

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