summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-16 00:29:13 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-16 00:29:13 +0100
commitfb1f7f770e998d1c0498acdc6306b068a7e5ed8f (patch)
treef44a208466d52b8bcf767e8520b30ffaea7b419d
parent58bb01f54da30c245b2955d2d6aedb49e1f55fe8 (diff)
downloadjenkins.debian.net-fb1f7f770e998d1c0498acdc6306b068a7e5ed8f.tar.xz
include four patterns for d-i_manual job
-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'