[Libreoffice-commits] tb/tb_internals.sh

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Feb 27 04:33:35 PST 2013


 tb/tb_internals.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f1b82d0d08f38ec253229435a05f5be596b00d90
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Feb 27 06:33:08 2013 -0600

    tb_BUILD_TRIGGERRED not always set

diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 51ec19d..1f5e08f 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -1415,11 +1415,12 @@ select_next_tb_task()
         if [ "${tb_ONE_SHOT?}" = "1" ] ; then
             B="${b?}"
             tb_BUILD_TYPE="tb"
+            tb_BUILD_TRIGGERED="0"
             break
         else
             ( check_for_commit "$b" )
             r="$?"
-            if [ ${r?} = 0 -o ${r?} = 1 ] ; then
+            if [ "${r?}" = "0" -o "${r?}" = "1" ] ; then
                 B="${b?}"
                 tb_TB_BRANCHES=$(rotate_branches ${tb_TB_BRANCHES?})
                 tb_BUILD_TYPE="tb"


More information about the Libreoffice-commits mailing list