diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-20 21:09:57 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-20 21:09:57 +0100 |
commit | 3ed97d53ed717f11440223cf84352d0f53eea539 (patch) | |
tree | db0fec9346cacd62402ca2eebea654fef8bd4a52 /bin | |
parent | d060d88c054433c31e4d33290888537e26f5d2c2 (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/chroot-installation.sh | 9 |
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." |