summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tb/tb_internals.sh15
1 files changed, 15 insertions, 0 deletions
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
}