summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-07 17:28:31 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-07 17:28:31 +0200
commit4d89c35fd35e7822e0e3f0063c5d699aa36c2368 (patch)
tree902ebec3ab6950b4c49a5c0f7401ddc491845100 /bin/chroot-installation.sh
parentcf06b9b5c219007a254bb56835f188f2556f2bf6 (diff)
downloadjenkins.debian.net-4d89c35fd35e7822e0e3f0063c5d699aa36c2368.tar.xz
chroot-installation: also test eductation-lang-* metapackages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-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 f9bb3af0..da4622f5 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -264,6 +264,10 @@ if [ "$2" != "" ] ; then
;;
esac
;;
+ education-lang-se) install_packages "Debian Edu task" $2
+ ;;
+ education-lang-*) install_packages "Debian Edu task" $2 $2-desktop $-desktop-kde
+ ;;
education*) install_packages "Debian Edu task" $2
;;
*) echo "unsupported component."