diff options
author | Holger Levsen <holger@layer-acht.org> | 2013-03-07 11:35:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2013-03-07 11:35:03 +0100 |
commit | f3f63ff3017d567a628c91dc425d6ae7bcaaae24 (patch) | |
tree | 5c162a4d01af8a89be09891d2853cc0c038a4443 /README | |
parent | 1ff37cafb9515eed99265218f554fe59aff66768 (diff) | |
download | jenkins.debian.net-f3f63ff3017d567a628c91dc425d6ae7bcaaae24.tar.xz |
chroot-installation: add tests for full kde desktop, thanks to Pino Toscano for the idea
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,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', 'lxde', 'xfc', 'full_desktop' (all four desktops plus `vlc evince iceweasel chromium cups build-essential devscripts mplayer wine texlive-full asciidoc vim emacs`) and 'develop' +** 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 mplayer wine texlive-full asciidoc vim emacs`) 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. === webcheck jobs |