[Libreoffice-commits] buildbot.git: tb/tb_internals.sh
Thorsten Behrens
Thorsten.Behrens at CIB.de
Tue Nov 28 16:49:31 UTC 2017
tb/tb_internals.sh | 15 +++++++++++++++
1 file changed, 15 insertions(+)
New commits:
commit dde53d324138e1e4f8964f779153a3df8e03f40e
Author: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Date: Tue Nov 28 17:46:39 2017 +0100
Add missing branch default names
Change-Id: Idd7351851b84307d6f0fe4ef00d192aeef167927
Reviewed-on: https://gerrit.libreoffice.org/45432
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 0f514fb..f949396 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -195,6 +195,21 @@ determine_default_tinderbox_branch()
libreoffice-5-0)
echo "${b?}"
;;
+ libreoffice-5-1)
+ echo "${b?}"
+ ;;
+ libreoffice-5-2)
+ echo "${b?}"
+ ;;
+ libreoffice-5-3)
+ echo "${b?}"
+ ;;
+ libreoffice-5-4)
+ echo "${b?}"
+ ;;
+ libreoffice-6-0)
+ echo "${b?}"
+ ;;
esac
}
More information about the Libreoffice-commits
mailing list