summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-02-18 13:32:30 +0100
committerJan Holesovsky <kendy@suse.cz>2011-02-18 13:32:30 +0100
commitd1ac976ce2b76ea17e13cf5863a493a38ea95eda (patch)
treeccedc198c08685f9e3db39a2256b07a465b534dc /bin
parentbd157ad1edb52ff5d42c157fa28d30d795e98fe9 (diff)
tinbuild: Better formatting of the tinderbox info.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tinbuild13
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/tinbuild b/bin/tinbuild
index 819435f84f76..2d29424cda82 100755
--- a/bin/tinbuild
+++ b/bin/tinbuild
@@ -103,8 +103,8 @@ reportError ()
TINDER1=
TINDER2=
if test "$SEND_MAIL" -eq 1 -a -n "$TINDERNAME" ; then
- TINDER1=`echo -e "Full log available at http://tinderbox.go-oo.org/MASTER/status.html\n"`
- TINDER2=`echo " Box name: $TINDERNAME"`
+ TINDER1="`echo 'Full log available at http://tinderbox.go-oo.org/MASTER/status.html'`"
+ TINDER2="`echo \"Box name: $TINDERNAME\"`"
fi
cat <<EOF | sendMailMsg "$to_mail" "Tinderbox failure, $message"
Hi folks,
@@ -112,10 +112,13 @@ Hi folks,
One of you broke the build of LibreOffice master with your commit :-(
Please commit and push a fix ASAP!
-${TINDER1}Tinderbox info:
+${TINDER1}
-${TINDER2} `uname -a`
- Configured with `cat autogen.lastrun`
+Tinderbox info:
+
+ ${TINDER2}
+ Machine: `uname -a`
+ Configured with: `cat autogen.lastrun`
Commits since the last success: