summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-21 00:22:46 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-21 00:22:46 +0100
commit3a6974bc3bd0f9ff88ca67a59cd87f258b34e756 (patch)
tree379396cefad83bfa019bccbf0211be56974f49d6 /bin/chroot-installation.sh
parentc9618492190a70e051154b5db21dcd681ef05bfb (diff)
downloadjenkins.debian.net-3a6974bc3bd0f9ff88ca67a59cd87f258b34e756.tar.xz
chroot-installation: let debconf-video sid job intentionally fail
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index c51b92ca..91cee4dd 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -260,7 +260,7 @@ if [ "$2" != "" ] ; then
;;
stretch) install_packages ffmpeg icecast2 voctomix
;;
- sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts # hdmi2usb-mode-switch
+ sid) install_packages ffmpeg icecast2 voctomix voctomix-outcasts hdmi2usb-mode-switch
;;
esac
;;