summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-17 17:25:19 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-17 17:25:19 +0100
commit18e19021d62fd9217081654ae821ba60973be7b1 (patch)
tree21ad6cbfdab0ae20a88d24519aa40ee9083f69d0 /README
parentb2a5ed1088f20f6875893a716adbdeeed678a8ab (diff)
downloadjenkins.debian.net-18e19021d62fd9217081654ae821ba60973be7b1.tar.xz
fixup: explain job configuration better
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 344d6523..55b12fd1 100644
--- a/README
+++ b/README
@@ -63,7 +63,7 @@ Remember, this is still pretty much work in progress. If you can think of ways t
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/.*'
+'/trunk/manual/debian/.\*', '/trunk/manual/po/.\*', '/trunk/manual/doc/.\*' and '/trunk/manual/scripts/.\*'
** while this job are triggered on commits, the SCM is only polled every 30min to see if there are new commits.
* d_i_manual_* - builds a language (on wheezy) on every commit of svn/trunk/manual/$LANG with "make languages=$LANG architectures=amd64 formats=html"
** while these jobs are triggered on commits, the SCM is only polled every 30min to see if there are new commits.
@@ -72,15 +72,17 @@ Each job pdebuilds the master branch of its git repo on every git push in a sid
=== webcheck jobs
-* thre jobs for running webcheck against www.debian.org, www.debian.org/News and www.debian.org/security
+* three jobs for running webcheck against www.debian.org, www.debian.org/News and www.debian.org/security
* several webcheck jobs for running again various debconf.org websites
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].
-== Setup
-See link:http://jenkins.debian.net/userContent/setup.html[INSTALL].