tb/tb_internals.sh |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit eb09c988c960125ae0e1db8df32a3c6a8581d93e
Author: Thorsten Behrens <tbehr...@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?}
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to