diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-21 00:22:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-21 00:22:46 +0100 |
commit | 3a6974bc3bd0f9ff88ca67a59cd87f258b34e756 (patch) | |
tree | 379396cefad83bfa019bccbf0211be56974f49d6 /bin | |
parent | c9618492190a70e051154b5db21dcd681ef05bfb (diff) | |
download | jenkins.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')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
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 ;; |