diff options
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | TODO | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -10,9 +10,9 @@ About jenkins.debian.net == About jenkins.debian.net -http://jenkins.debian.net is pretty much *work in progress*, (hopefully) doing something useful since October 15th 2012. +http://jenkins.debian.net is *work in progress* and is in it's infancy as a tool for the automated quality monitoring of Debian. in existence since October 15th 2012. -`git clone git://git.debian.org/git/users/holger/jenkins.debian.net.git` +Get the source by running `git clone git://git.debian.org/git/users/holger/jenkins.debian.net.git`. It's all in there, no (relevant) manual setup has been done besides what's in this git repository. The (virtualized) hardware is sponsored by http://www.profitbricks.com - currently it's using 4 cores and 6 GB memory, thanks a lot! @@ -90,7 +90,7 @@ Installation tests inside chroot environments. * $distro-bootstrap jobs: ** just `debootstrap $distro` (install a base Debian distribution $distro) ** there is one job for *sid* and one for *wheezy*: 'chroot-installation_sid_bootstrap' and 'chroot-installation_wheezy_bootstrap' -** plus there is 'chroot-installation_squeeze_bootstrap_upgrade_to_wheezy', which bootstraps *squeeze* and upgrades that to *wheezy* +* 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. * $distro-install jobs (and $distro-install+upgrade jobs): @@ -99,6 +99,7 @@ general * test moar images: debian wheezy+sid cd and dvd images too and use lxde cd for installing lxde + etc * use jigdo to download images - but no edu jigdo images. * still havent got http://www.os-autoinst.org/ out of my mind +* new job type: build complete image on every commit and test it with g-i === Test Debian live @@ -182,4 +183,9 @@ Martin <h01ger> http://coinst.irill.org/ ---- +=== Test them all + +* build packages from all team repos on alioth with jenkins-debian-glue on team request (eg, via a .txt file in a git.repo) for specific branches (which shall also be automated, eg. to be able to only have squeeze+sid branches build, but not all other branches.) + + // vim: set filetype=asciidoc: |