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


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: ux
Date: Thu, 13 Jun 2019 17:00:44 +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 2108805  ux
2108805 is described below

commit 2108805a4ae0791c29442e24c43edcf570b99bc7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Jun 13 17:00:37 2019 +0200

    ux
---
 buildbot/build.sh   | 2 +-
 buildbot/config.sh  | 2 +-
 buildbot/keys.sh    | 2 +-
 buildbot/restart.sh | 2 +-
 buildbot/sign.sh    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh
index 800128a..2203e7e 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -6,7 +6,7 @@ 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!"
+  echo "I'm the active color, no need to build Taler!"
   exit 1
 fi
 
diff --git a/buildbot/config.sh b/buildbot/config.sh
index 45ebcb8..410973b 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, won't do this job."
+  echo "I'm the active color, not my duty to generate configuration."
   exit 0
 fi
 
diff --git a/buildbot/keys.sh b/buildbot/keys.sh
index 5556091..2be5086 100755
--- a/buildbot/keys.sh
+++ b/buildbot/keys.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, not my duty to generate keys!"
   exit 0
 fi
 
diff --git a/buildbot/restart.sh b/buildbot/restart.sh
index 6faa6a2..1ef76cd 100755
--- a/buildbot/restart.sh
+++ b/buildbot/restart.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, not my duty to restart Taler!"
   exit 0
 fi
 
diff --git a/buildbot/sign.sh b/buildbot/sign.sh
index 98bf826..e563898 100755
--- a/buildbot/sign.sh
+++ b/buildbot/sign.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if test "$(whoami)" = "$(cat /home/test/active)"; then
-  echo "I am the active color, will not obey to BB"
+  echo "I am the active color, not my duty to generate wire responses."
   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]