diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-21 00:26:44 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-21 00:26:44 +0100 |
commit | 81f165748d656843a5c59b803be5a38c97a380f9 (patch) | |
tree | 5928a4a866f39bc02798f5f66a122a87031f23b3 /bin | |
parent | 3a6974bc3bd0f9ff88ca67a59cd87f258b34e756 (diff) | |
download | jenkins.debian.net-81f165748d656843a5c59b803be5a38c97a380f9.tar.xz |
Revert "chroot-installation: let debconf-video sid job intentionally fail"
This reverts commit 3a6974bc3bd0f9ff88ca67a59cd87f258b34e756.
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 91cee4dd..c51b92ca 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 ;; |