** make sure chroots have been cleaned up properly
** make sure chroots have been cleaned up properly
** runs at 05:00 UTC and triggers the bootstrap jobs on success
** runs at 05:00 UTC and triggers the bootstrap jobs on success
* chroot-installation_sid_bootstrap
** debootstrap a sid chroot
* $distro-bootstrap jobs:
** triggers the install_gnome job on success
** just `debootstrap $distro` (install a base Debian distribution $distro)
* chroot-installation_sid_install_gnome
** there is one job for *sid* and one for *wheezy*: chroot-installation_sid_bootstrap and chroot-installation_wheezy_bootstrap
** debootstrap a sid chroot and install gnome
** plus there is chroot-installation_squeeze_bootstrap_upgrade_to_wheezy, which bootstraps *squeeze* and upgrades that to *wheezy*
* chroot-installation_sid_install_kde
** on successful run of the bootstrap job, six $distro-install(+upgrade) jobs are triggered.
** debootstrap a sid chroot and install kde
* chroot-installation_sid_install_lxde
* $distro-install jobs (and $distro-install+upgrade jobs):
** debootstrap a sid chroot and install lxde
** `debootstrap $distro`, install a *$set_of_packages* (and upgrade to *$2nd_distro*)
* chroot-installation_sid_install_xfce
** 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'
** debootstrap a sid chroot and install xfce
*** 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.