[Git][qa/jenkins.debian.net][master] chroot-installs: only install haskell-platform on bullseye
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat May 4 10:07:21 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
1574a0fd by Holger Levsen at 2024-05-04T11:06:18+02:00
chroot-installs: only install haskell-platform on bullseye
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/chroot-installation.sh
Changes:
=====================================
bin/chroot-installation.sh
=====================================
@@ -248,7 +248,11 @@ if [ "$2" != "" ] ; then
;;
full_desktop) install_packages full_desktop $FULL_DESKTOP
;;
- haskell) install_packages haskell 'haskell-platform.*' 'libghc-.*'
+ haskell) if [ "$DISTRO" = "bullseye" ] ; then
+ install_packages haskell 'haskell-platform.*' 'libghc-.*'
+ else
+ install_packages haskell 'libghc-.*'
+ fi
;;
developer) install_build_depends developer $FULL_DESKTOP
;;
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1574a0fdfc1d988ace9bd1d347408ac0bbf51521
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1574a0fdfc1d988ace9bd1d347408ac0bbf51521
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/8c9d10fc/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list