[Qa-jenkins-scm] [jenkins.debian.net] 09/11: deal with included-regions, since that was dropped somehow

Holger Levsen holger at moszumanska.debian.org
Fri Dec 11 23:16:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit a3e38b7a433ec21970827ae44461a67c30bfc9a0
Author: Philip Hands <phil at hands.com>
Date:   Fri Dec 11 21:17:04 2015 +0100

    deal with included-regions, since that was dropped somehow
---
 job-cfg/d-i.yaml.py | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 2641f6e..b343eaf 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -162,6 +162,8 @@ def scm_svn(po, inc_regs=None):
               'viewvc-url': 'http://anonscm.debian.org/viewvc/d-i/trunk'}}]
 
 
+manual_includes = [ '/trunk/manual/debian/.*', '/trunk/manual/po/.*', '/trunk/manual/doc/.*', '/trunk/manual/scripts/.*' ]
+
 desc_str = {
     'html': (
         'Builds the {langname} html version of the installation-guide '
@@ -179,7 +181,7 @@ desc_str = {
     'instguide': (
         'Builds the installation-guide package. Triggered by SVN commits to '
         '<code>svn://anonscm.debian.org/svn/d-i/</code> '
-        'matching these patterns: <pre>{include}</pre>')
+        'matching these patterns: <pre>' + str(manual_includes) + '</pre>')
     }
 
 
@@ -326,7 +328,7 @@ data.append(
                 trigger='{trg}',
                 priority=125,
                 publishers=[publ_email('debian-boot')],
-                inc_regs='{include}'))
+                inc_regs=manual_includes))
 
 data.append(
     {'job-template': {
@@ -428,10 +430,6 @@ data.append(
             '{name}_maintenance',
             '{name}_check_jenkins_jobs',
             {'{name}_manual': {
-                'include': ('/trunk/manual/debian/.*\n'
-                            '/trunk/manual/po/.*\n'
-                            '/trunk/manual/doc/.*\n'
-                            '/trunk/manual/scripts/.*'),
                 'trg': 'H/15 * * * *'}},
             '{name}_manual_html_group',
             '{name}_manual_pdf_group',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list