summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-20 21:09:57 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-20 21:09:57 +0100
commit3ed97d53ed717f11440223cf84352d0f53eea539 (patch)
treedb0fec9346cacd62402ca2eebea654fef8bd4a52 /bin/chroot-installation.sh
parentd060d88c054433c31e4d33290888537e26f5d2c2 (diff)
downloadjenkins.debian.net-3ed97d53ed717f11440223cf84352d0f53eea539.tar.xz
chroot-installation: add tests for packages relevant to the DebConf videoteam
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 36c2958b..91cee4dd 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -255,6 +255,15 @@ if [ "$2" != "" ] ; then
;;
developer) install_build_depends developer $FULL_DESKTOP
;;
+ debconf-video) case $1 in
+ jessie) install_packages ffmpeg icecast2
+ ;;
+ stretch) install_packages ffmpeg icecast2 voctomix
+ ;;
+ sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts hdmi2usb-mode-switch
+ ;;
+ esac
+ ;;
education*) install_packages "Debian Edu task" $2
;;
*) echo "unsupported component."