diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-09-09 13:27:05 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-09-09 13:27:05 +0200 |
commit | 0f3a5c04d4234ea736eda11e6792403419a29c17 (patch) | |
tree | c8162d48dd6e554ee2cad04a0bcb9088ebc4f93e /README | |
parent | 229889c7c91867fa1963cd4f530553126240d2c0 (diff) | |
download | jenkins.debian.net-0f3a5c04d4234ea736eda11e6792403419a29c17.tar.xz |
chroot-installs: add tests for lxqt
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ Installation tests inside chroot environments. * $distro-install jobs (and $distro-install+upgrade jobs): ** `debootstrap $distro`, install a *$set_of_packages* (and upgrade to *$2nd_distro*) -** these $set_of_packages exist: 'gnome', 'kde', 'kde-full', 'lxde', 'xfc', 'full_desktop' (all five desktops plus `vlc evince iceweasel chromium cups build-essential devscripts wine texlive-full asciidoc vim emacs` and (`libreoffice virt-manager mplayer` (stretch/sid) and 'develop' +** these $set_of_packages exist: 'gnome', 'kde', 'kde-full', 'lxde', 'lxqt', 'xfc', 'full_desktop' (all six desktops plus `vlc evince iceweasel chromium cups build-essential devscripts wine texlive-full asciidoc vim emacs` and (`libreoffice virt-manager mplayer` (stretch/sid) and 'develop' *** install is done with `apt-get install`, except for 'develop' where `apt-get build-dep` is used to install the build dependencies of these packages. ** Then there are also all the corresponding upgrade jobs, eg 'chroot-installation_wheezy_install_gnome_upgrade_to_jessie' |