[Libreoffice-commits] buildbot.git: tb/tb_internals.sh

Thorsten Behrens Thorsten.Behrens at CIB.de
Mon Jun 4 22:14:54 UTC 2018


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

New commits:
commit 8c0bb5793769c07976f81b239fbc693a64f65da1
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date:   Tue Jun 5 00:14:03 2018 +0200

    Add missing branch default name
    
    Change-Id: I4529a7ea7674c001d3589c9ca68d8420a0539926

diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index f949396..f2d88b2 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -210,6 +210,9 @@ determine_default_tinderbox_branch()
         libreoffice-6-0)
             echo "${b?}"
             ;;
+        libreoffice-6-1)
+            echo "${b?}"
+            ;;
     esac
 }
 


More information about the Libreoffice-commits mailing list