summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-22 01:18:12 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-22 01:18:12 +0100
commit65749805534a6eca256f3e1fbcca8d7e58f9dfed (patch)
treed9a46a710f4d0c93fec884a1f1e1e034c2961fed /README
parent4efa94690f5cd78758b22e797001615ac4c869a0 (diff)
downloadjenkins.debian.net-65749805534a6eca256f3e1fbcca8d7e58f9dfed.tar.xz
switch svn:// urls to http://, poll every 15min
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c9c0130c..210cb4ae 100644
--- a/README
+++ b/README
@@ -65,11 +65,11 @@ Remember, this is still pretty much work in progress. If you can think of ways t
* 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:
+* d_i_manual - builds the full installation-guide package with pdebuild in sid on every commit to http://anonscm.debian.org/svn/svn/d-i/ matching these patterns:
'/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.
+** 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 30min to see if there are new commits.
+** 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.