summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-05-15 14:15:27 +0200
committerHolger Levsen <holger@layer-acht.org>2013-05-15 14:15:27 +0200
commit54835fb2c7df8506c67929907b16294fddf442c5 (patch)
treeb161682f5d055c35ef6418a71417eb764afa722a /bin
parent30a5272335cf5d4fe86c00e19d4a649f5a0d07fb (diff)
downloadjenkins.debian.net-54835fb2c7df8506c67929907b16294fddf442c5.tar.xz
add jessie chroot installation tests
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chroot-installation.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index f8d10c3f..251b5e39 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -132,6 +132,9 @@ case $1 in
wheezy) DISTRO="wheezy"
SPECIFIC="libreoffice virtualbox"
;;
+ jessie) DISTRO="jessie"
+ SPECIFIC="libreoffice virtualbox"
+ ;;
sid) DISTRO="sid"
SPECIFIC="libreoffice virtualbox"
;;
@@ -169,6 +172,7 @@ if [ "$3" != "" ] ; then
case $3 in
squeeze)upgrade2 squeeze;;
wheezy) upgrade2 wheezy;;
+ jessie) upgrade2 jessie;;
sid) upgrade2 sid;;
*) echo "unsupported distro." ; exit 1 ;;
esac