[Libreoffice-commits] buildbot.git: tb/tb_internals.sh
Thorsten Behrens
tbehrens at suse.com
Wed Aug 21 05:25:58 PDT 2013
tb/tb_internals.sh | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit eb09c988c960125ae0e1db8df32a3c6a8581d93e
Author: Thorsten Behrens <tbehrens at suse.com>
Date: Wed Aug 21 14:23:11 2013 +0200
Set tinderbox branch name, if not set in profile.
diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 7c4d92a..592af80 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -691,6 +691,10 @@ report_to_tinderbox()
local gzlog=
local message_content=
+ if [ -z "${TB_TINDERBOX_BRANCH}" ] ; then
+ TB_TINDERBOX_BRANCH=$(determine_default_tinderbox_branch "${TB_BRANCH?}")
+ fi
+
start_line="tinderbox: starttime: $(epoch_from_utc ${start_date})"
message_content="
tinderbox: administrator: ${TB_OWNER?}
More information about the Libreoffice-commits
mailing list