[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] chroot-installation: work around lxqt not present in jessie

Holger Levsen gitlab at salsa.debian.org
Thu Oct 11 16:24:21 BST 2018


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


Commits:
d71d7186 by Holger Levsen at 2018-10-11T15:23:58Z
chroot-installation: work around lxqt not present in jessie

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

- - - - -


1 changed file:

- bin/chroot-installation.sh


Changes:

=====================================
bin/chroot-installation.sh
=====================================
@@ -203,9 +203,11 @@ upgrade2() {
 
 trap cleanup_all INT TERM EXIT
 
+LXQT="lxqt"
 case $1 in
 	jessie)		DISTRO="jessie"
 			SPECIFIC="libreoffice virt-manager mplayer2 chromium"
+			LXQT="" # not present in jessie
 			;;
 	stretch)	DISTRO="stretch"
 			SPECIFIC="libreoffice virt-manager mplayer chromium"
@@ -223,7 +225,7 @@ esac
 bootstrap $DISTRO
 
 if [ "$2" != "" ] ; then
-	FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde lxqt vlc evince iceweasel cups build-essential devscripts wine texlive-full asciidoc vim emacs"
+	FULL_DESKTOP="$SPECIFIC desktop-base gnome kde-plasma-desktop kde-full kde-standard xfce4 lxde $LXQT vlc evince iceweasel cups build-essential devscripts wine texlive-full asciidoc vim emacs"
 	case $2 in
 		none)		;;
 		gnome)		install_packages gnome gnome desktop-base



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d71d71861817a5b91bf86e1bc51ef673d5c2af58

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d71d71861817a5b91bf86e1bc51ef673d5c2af58
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/20181011/e58cc403/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list