summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2013-03-28 21:26:31 +0100
committerHolger Levsen <holger@layer-acht.org>2013-03-28 21:26:31 +0100
commit7e8858ef78fb213a40bc19a7f51623bed327f3eb (patch)
tree36c6d23c067af0562802c9ca954df924ff54d28c
parent8143a8d74e4c7fedd7320575d47ed78aa4066437 (diff)
downloadjenkins.debian.net-7e8858ef78fb213a40bc19a7f51623bed327f3eb.tar.xz
improve README and TODO based on GSOC proposal
-rw-r--r--README6
-rw-r--r--TODO6
2 files changed, 9 insertions, 3 deletions
diff --git a/README b/README
index 1edde94a..40074bd1 100644
--- a/README
+++ b/README
@@ -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):
diff --git a/TODO b/TODO
index d27f2db7..a2304abf 100644
--- a/TODO
+++ b/TODO
@@ -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: