summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-23 19:22:27 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-23 20:18:19 +0200
commit8af30e1bddc665b34f8df011883cd07555aa6b0b (patch)
tree887b946ed10f38dc7457c5e65f16b7bd6cc651d4 /bin/chroot-installation.sh
parent65d3f2a4fdacb0e4a6a56537debf75a71974b3c9 (diff)
downloadjenkins.debian.net-8af30e1bddc665b34f8df011883cd07555aa6b0b.tar.xz
chroot-installation: add 60 new jobs, testing all 30 debian-edu tasks in jessie and sid
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 28ac3dd3..8b76f85f 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -160,6 +160,8 @@ if [ "$2" != "" ] ; then
;;
developer) install_build_depends developer $FULL_DESKTOP
;;
+ education*) install_packages "Debian Edu task" $2
+ ;;
*) echo "unsupported component."
exit 1
;;