summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-09 16:33:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-09 16:34:02 +0200
commita9b170c4c4979a60797fff9b82cb40c52030ceb4 (patch)
tree8ff1d2ff3a6f6fccb9693256568faaaeb0356a99 /README
parent576dd7a4d351da3e0607b3c1bc14a8785acedffc (diff)
downloadjenkins.debian.net-a9b170c4c4979a60797fff9b82cb40c52030ceb4.tar.xz
another FIXME done
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 04c504c6..cf6848b7 100644
--- a/README
+++ b/README
@@ -88,12 +88,11 @@ Installation tests inside chroot environments.
* plus there is 'chroot-installation_squeeze_bootstrap_upgrade_to_wheezy', which bootstraps *squeeze* and upgrades that to *wheezy*
** on successful run of the bootstrap job, six $distro-install(+upgrade) jobs are triggered.
-* FIXME: describe upgrade jobs here too
-
* $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 mplayer2` (jessie/sid) or `openoffice virtualbox mplayer` (squeeze/wheezy)) 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'
=== Debian Edu related jobs