commit 2108805a4ae0791c29442e24c43edcf570b99bc7
parent 448ee60318810b51b16b6308c1f8b70656d263c3
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Thu, 13 Jun 2019 17:00:37 +0200
ux
Diffstat:
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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
@@ -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