summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-10 14:47:06 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-10 14:47:06 +0100
commit4f63fe71687cf49a9204370f59ad16b3d6f369a9 (patch)
treebb4fc0f7d1dca62c6cfff444a6dfcfffc0900673 /README
parent3d1b9640710f6b10feaa89ce95d4c9527030daef (diff)
downloadjenkins.debian.net-4f63fe71687cf49a9204370f59ad16b3d6f369a9.tar.xz
refactor housekeeping.sh, update README and TODO
Diffstat (limited to 'README')
-rw-r--r--README53
1 files changed, 32 insertions, 21 deletions
diff --git a/README b/README
index f0608398..2e959440 100644
--- a/README
+++ b/README
@@ -22,6 +22,14 @@ Some stats are available using link:http://jenkins.debian.net/munin/jenkins-mont
I love to get feedback on this! Please join #debian-qa on irc.debian.org to report bugs or give other feedback! Or send an email to debian-qa@lists.debian.org if you prefer mail.
+=== Setup
+
+See link:http://jenkins.debian.net/userContent/setup.html[INSTALL].
+
+=== ToDo
+
+There is still a lot of work left, check the current link:http://jenkins.debian.net/userContent/todo.html[ToDo list].
+
== Jobs being run
Remember, this is still pretty much work in progress. If you can think of ways to improve the usefulness of certain jobs, please do give feedback!
@@ -30,7 +38,28 @@ Remember, this is still pretty much work in progress. If you can think of ways t
Installation tests with g-i, the graphical version of d-i, the debian-installer.
-FIXME: Describe g-i-installation jobs here
+* g-i-installation_sid_daily_lxde
+** sid installation of LXDE desktop with daily build sid image
+
+* g-i-installation_wheezy_lxde
+** wheezy installation of LXDE desktop with weekly build wheezy image
+
+* Debian Edu instllation of specific profiles and suites
+** g-i-installation_squeeze-test_debian_edu_standalone
+** g-i-installation_wheezy_debian_edu_workstation
+
+=== debian-installer jobs
+
+* d_i_build_* - there is one job for each git repo referred to in http://anonscm.debian.org/viewvc/d-i/trunk/.mrconfig?view=co
+Each job pdebuilds the master branch of its git repo on every git push in a sid environment. (If the architecture(s) specified in debian/control are not amd64,all or any the build exits cleanly.)
+** while these jobs are triggered on commits, the SCM is only polled every 6min to see if there are new commits.
+* d_i_manual - builds the full installation-guide package with pdebuild in sid on every commit to svn://svn.debian.org/svn/d-i/ matching these patterns:
+'/trunk/manual/debian/.\*', '/trunk/manual/po/.\*', '/trunk/manual/doc/.\*' and '/trunk/manual/scripts/.\*'
+** while this job is triggered on commits, the SCM is only polled every 15min to see if there are new commits.
+* d_i_manual_*_html - builds a language (on wheezy) on every commit of svn/trunk/manual/$LANG with "make languages=$LANG architectures=amd64 formats=html". On successful build, d_i_manual_$lang_pdf is triggered.
+** while these jobs are triggered on commits, the SCM is only polled every 15min to see if there are new commits.
+* d_i_parse_build_logs - parses logs from http://d-i.debian.org/daily-images/build-logs.html daily, to give them a bit more exposure.
+** this job is run daily.
=== chroot-installation jobs
@@ -74,19 +103,6 @@ Installation tests inside chroot environments.
** debootstrap a wheezy chroot and install xfce
#FIXME: explain full_desktop and developer here, also make this more useful/interesting
-=== debian-installer jobs
-
-* d_i_build_* - there is one job for each git repo referred to in http://anonscm.debian.org/viewvc/d-i/trunk/.mrconfig?view=co
-Each job pdebuilds the master branch of its git repo on every git push in a sid environment. (If the architecture(s) specified in debian/control are not amd64,all or any the build exits cleanly.)
-** while these jobs are triggered on commits, the SCM is only polled every 6min to see if there are new commits.
-* d_i_manual - builds the full installation-guide package with pdebuild in sid on every commit to svn://svn.debian.org/svn/d-i/ matching these patterns:
-'/trunk/manual/debian/.\*', '/trunk/manual/po/.\*', '/trunk/manual/doc/.\*' and '/trunk/manual/scripts/.\*'
-** while this job is triggered on commits, the SCM is only polled every 15min to see if there are new commits.
-* d_i_manual_*_html - builds a language (on wheezy) on every commit of svn/trunk/manual/$LANG with "make languages=$LANG architectures=amd64 formats=html". On successful build, d_i_manual_$lang_pdf is triggered.
-** while these jobs are triggered on commits, the SCM is only polled every 15min to see if there are new commits.
-* d_i_parse_build_logs - parses logs from http://d-i.debian.org/daily-images/build-logs.html daily, to give them a bit more exposure.
-** this job is run daily.
-
=== webcheck jobs
* three jobs for running webcheck against www.debian.org, www.debian.org/News and www.debian.org/security
@@ -94,12 +110,7 @@ Each job pdebuilds the master branch of its git repo on every git push in a sid
These jobs are only run on the first day of each month.
-== Setup
-
-See link:http://jenkins.debian.net/userContent/setup.html[INSTALL].
-
-== ToDo
-
-There is still a lot of work left, check the current link:http://jenkins.debian.net/userContent/todo.html[ToDo list].
+== License
+* See link:http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git;a=blob;f=LICENSE[LICENSE].