summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-13 17:00:37 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-13 17:00:37 +0200
commit2108805a4ae0791c29442e24c43edcf570b99bc7 (patch)
tree47ebae82f2e2a82f9a05d3dca34e186c87e8c2c8
parent448ee60318810b51b16b6308c1f8b70656d263c3 (diff)
downloaddeployment-2108805a4ae0791c29442e24c43edcf570b99bc7.tar.gz
deployment-2108805a4ae0791c29442e24c43edcf570b99bc7.tar.bz2
deployment-2108805a4ae0791c29442e24c43edcf570b99bc7.zip
ux
-rwxr-xr-xbuildbot/build.sh2
-rwxr-xr-xbuildbot/config.sh2
-rwxr-xr-xbuildbot/keys.sh2
-rwxr-xr-xbuildbot/restart.sh2
-rwxr-xr-xbuildbot/sign.sh2
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