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 (fb809e4 -> 95b5a8


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (fb809e4 -> 95b5a8b)
Date: Tue, 04 Jun 2019 14:09:08 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a change to branch master
in repository deployment.

    from fb809e4  master priv deploy
     new 8315f67  ux
     new 95b5a8b  debug

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/build.sh  | 7 ++++++-
 buildbot/config.sh | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh
index 382c2fc..f3f891a 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -1,6 +1,11 @@
 #!/bin/bash
 
-if test "$(whoami)" = "$(cat /home/test/active)"; then
+WHOAMI="$(whoami)"
+ACTIVE_COLOR="$(cat /home/test/active)"
+
+echo "whoami: $WHOAMI, active color: $ACTIVE_COLOR"
+
+if test $WHOAMI = $ACTIVE_COLOR; then
   echo "I'm the active color, no need to compile and switch!"
   exit 0
 fi
diff --git a/buildbot/config.sh b/buildbot/config.sh
index 289ce1a..45ebcb8 100755
--- a/buildbot/config.sh
+++ b/buildbot/config.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if test "$(whoami)" = "$(cat /home/test/active)"; then
-  echo "I'm the active color, no need to compile and switch!"
+  echo "I'm the active color, won't do this job."
   exit 0
 fi
 

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



reply via email to

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