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: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Tue, 16 Apr 2019 12:24:52 +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 943cadd  syntax
943cadd is described below

commit 943cadd51ad2c67d85f9aa70866c957f9e00102a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 16 12:24:44 2019 +0200

    syntax
---
 buildbot/keys.sh    | 1 +
 buildbot/restart.sh | 1 +
 buildbot/sign.sh    | 1 +
 buildbot/switch.sh  | 1 +
 4 files changed, 4 insertions(+)

diff --git a/buildbot/keys.sh b/buildbot/keys.sh
index 220492f..e7ebe59 100755
--- a/buildbot/keys.sh
+++ b/buildbot/keys.sh
@@ -4,6 +4,7 @@ DEPLOYMENT="test"
 
 if test "stable" = ${BRANCH}; then
   DEPLOYMENT="demo"
+fi
 
 active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
 nonactive="${DEPLOYMENT}-blue"
diff --git a/buildbot/restart.sh b/buildbot/restart.sh
index 19a18d1..a14963c 100755
--- a/buildbot/restart.sh
+++ b/buildbot/restart.sh
@@ -4,6 +4,7 @@ DEPLOYMENT="test"
 
 if test "stable" = ${BRANCH}; then
   DEPLOYMENT="demo"
+fi
 
 active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
 nonactive="${DEPLOYMENT}-blue"
diff --git a/buildbot/sign.sh b/buildbot/sign.sh
index cc93052..d095b69 100755
--- a/buildbot/sign.sh
+++ b/buildbot/sign.sh
@@ -4,6 +4,7 @@ DEPLOYMENT="test"
 
 if test "stable" = ${BRANCH}; then
   DEPLOYMENT="demo"
+fi
 
 active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
 nonactive="${DEPLOYMENT}-blue"
diff --git a/buildbot/switch.sh b/buildbot/switch.sh
index 82c169d..ed6e5f0 100755
--- a/buildbot/switch.sh
+++ b/buildbot/switch.sh
@@ -4,6 +4,7 @@ DEPLOYMENT="test"
 
 if test "stable" = ${BRANCH}; then
   DEPLOYMENT="demo"
+fi
 
 active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
 nonactive="${DEPLOYMENT}-blue"

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



reply via email to

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