diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-05 16:38:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-05 16:40:58 +0100 |
commit | 822f48ef5a5d27293a491b7923a5711f9dd4fcda (patch) | |
tree | 5ff20d319ec7f116e4c704887b087d2e0508ea72 /bin | |
parent | 5389b608d065167780d97f490d9379aa8fa0ed38 (diff) | |
download | jenkins.debian.net-822f48ef5a5d27293a491b7923a5711f9dd4fcda.tar.xz |
chroot-installations: add new jobs for testing the cinnamon desktop
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index fd03964d..17acdc17 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -161,6 +161,8 @@ if [ "$2" != "" ] ; then ;; kde-full) install_packages kde kde-full kde-standard desktop-base ;; + cinnamon) install_packages cinnamon cinnamon-core cinnamon-desktop-environment desktop-base + ;; xfce) install_packages xfce xfce4 desktop-base ;; lxde) install_packages lxde lxde desktop-base |