[Git][qa/jenkins.debian.net][master] chroot-installs: only install hdmi2usb-mode-switch packages only on bookworm or earlier

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat May 4 10:21:24 BST 2024



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
14dbf963 by Holger Levsen at 2024-05-04T11:19:38+02:00
chroot-installs: only install hdmi2usb-mode-switch packages only on bookworm or earlier

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/chroot-installation.sh


Changes:

=====================================
bin/chroot-installation.sh
=====================================
@@ -256,7 +256,11 @@ if [ "$2" != "" ] ; then
 				;;
 		developer)	install_build_depends developer $FULL_DESKTOP
 				;;
-		debconf-video)	install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mpv vlc cu voctomix voctomix-outcasts hdmi2usb-mode-switch hdmi2usb-udev
+		debconf-video)	if [ "$DISTRO" = "bullseye" ] || [ "$DISTRO" = "bookworm" ] ; then
+					install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mpv vlc cu voctomix voctomix-outcasts hdmi2usb-mode-switch hdmi2usb-udev
+				else
+					install_packages ack-grep htop iftop iotop moreutils tmux vnstat icecast2 mpv vlc cu voctomix voctomix-outcasts
+				fi
 				;;
 		education*)	install_packages "Debian Edu task" $2
 				;;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/14dbf963ae7e867b4b003118222a700be056d83d

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/14dbf963ae7e867b4b003118222a700be056d83d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20240504/ad5fc63d/attachment.htm>


More information about the Qa-jenkins-scm mailing list