summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-29 14:38:44 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-29 14:38:44 +0200
commit31fe62b728d6b5fb5765dfcc232b173db21698f3 (patch)
tree79362b83723749e8ceec4fd516be7cc623c4284d /bin/chroot-installation.sh
parent24ac2d791c0c2c6fcdc850d1208f56cda7c1aa13 (diff)
downloadjenkins.debian.net-31fe62b728d6b5fb5765dfcc232b173db21698f3.tar.xz
chroot-installations: also test design-desktop* metapackages
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, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index fdb5c0cf..5ffa5ddc 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -272,6 +272,8 @@ if [ "$2" != "" ] ; then
;;
parl-desktop*) install_packages "Debian Parl package" $2
;;
+ design-desktop*) install_packages "Debian Design package" $2
+ ;;
*) echo "unsupported component."
exit 1
;;