summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2015-05-20 22:42:05 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2015-05-20 22:42:05 +0200
commita613980bfc9afba4b4846263a1211664b22da22e (patch)
treeb959cf541b6989d2c33931d27f49f11762d195dc
parent3c4104a4e105419a05a6be35412a3725b2dceafd (diff)
Add some more branch names as known.
-rw-r--r--tb/tb_internals.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/tb/tb_internals.sh b/tb/tb_internals.sh
index 66f8a46..0f514fb 100644
--- a/tb/tb_internals.sh
+++ b/tb/tb_internals.sh
@@ -189,6 +189,12 @@ determine_default_tinderbox_branch()
libreoffice-4-3)
echo "${b?}"
;;
+ libreoffice-4-4)
+ echo "${b?}"
+ ;;
+ libreoffice-5-0)
+ echo "${b?}"
+ ;;
esac
}