summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--job-cfg/d-i.yaml13
2 files changed, 9 insertions, 6 deletions
diff --git a/TODO b/TODO
index febfd25b..4a936820 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,7 @@ ToDo for jenkins.debian.net
== General ToDo
* support for gitweb in jobs
-* get rid of some reduncacy in job-cfg/*.yaml and also fix the FIXMEs there
+* get rid of some reduncacy in job-cfg/*.yaml
* add documentation for jenkins-job-builder and send pull requests on github:
** publisher:logparse
** publisher:htmlpublisher
diff --git a/job-cfg/d-i.yaml b/job-cfg/d-i.yaml
index 891bede1..0319ea5a 100644
--- a/job-cfg/d-i.yaml
+++ b/job-cfg/d-i.yaml
@@ -109,12 +109,10 @@
- email:
recipients: holger@layer-acht.org
-
- job-template:
defaults: d-i
name: '{name}_manual'
- description: 'Builds the installation-guide package. Triggered by SVN commits to <pre>svn://svn.debian.org/svn/d-i/trunk/manual/debian/</pre> {do_not_edit}'
- # FIXME see below, other directories should trigger too
+ description: 'Builds the installation-guide package. Triggered by SVN commits to <code>svn://svn.debian.org/svn/d-i/</code> matching these patterns: <pre>{include}</pre> {do_not_edit}'
scm:
- svn:
url: svn://svn.debian.org/svn/d-i/trunk
@@ -546,8 +544,13 @@
- '{name}_parse_build_logs'
- '{name}_check_jenkins_jobs'
- '{name}_manual':
- include: '/trunk/manual/debian/.*'
- # FIXME: misses: scripts doc build po
+ include: '/trunk/manual/debian/.*
+
+/trunk/manual/po/.*
+
+/trunk/manual/doc/.*
+
+/trunk/manual/scripts/.*'
- '{name}_manual_ca':
lang: 'ca'
languagename: 'Catalan'