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


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: env
Date: Tue, 16 Apr 2019 13:55:10 +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 a652304  env
a652304 is described below

commit a65230432af6970764f290bf19bca9d389d0447a
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 16 13:55:03 2019 +0200

    env
---
 buildbot/checks.sh  | 5 +++++
 buildbot/master.cfg | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 8df470d..c1e1a6a 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -9,7 +9,12 @@ if test "stable" = ${BRANCH}; then
 fi
 
 
+##
+# If the value stays as 'dummy', then the color switch
+# is ignored and the active one between blue/green will
+# receive the connections.
 nonactive="dummy"
+
 if test ${DEPLOYMENT} = "test"; then
   active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
   nonactive="blue"
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 50f1629..d5cfc95 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -358,7 +358,8 @@ DEMO_SERVICES_CHECKER_FACTORY.addStep(ShellCommand(
     command=["./checks.sh"],
     workdir="build/buildbot",
     haltOnFailure=True,
-    env={"TALER_DEPLOYMENT": "demo"}))
+    # Needed to test the 'demo' deployment.
+    env={"BRANCH": "stable"}))
 
 DEBUG_BUILDER = util.BuilderConfig(
     name="debug-builder",

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



reply via email to

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