[Qa-jenkins-scm] [jenkins.debian.net] 01/01: d-i: adapt to changes in j-j-b 1.3.0

Holger Levsen holger at moszumanska.debian.org
Thu Dec 10 19:02:43 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 a5307a0de94b396a15ff2c70f050934d17c5e62b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Dec 10 20:02:28 2015 +0100

    d-i: adapt to changes in j-j-b 1.3.0
---
 job-cfg/d-i.yaml.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 5d17848..79a0fc0 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -149,14 +149,14 @@ def scm_svn(po, inc_regs=None):
     if inc_regs == None:
         inc_regs = os.path.join('/trunk/manual/', 'po' if po else '', '{lang}', '.*')
 
-    return  [{'svn': {'excludedCommitMessages': '',
+    return  [{'svn': {'excluded-commit-messages': '',
                       'url': 'svn://anonscm.debian.org/svn/d-i/trunk',
                       'basedir': '.',
                       'workspaceupdater': 'update',
-                      'includedRegions': inc_regs,
-                      'excludedUsers': '',
-                      'excludedRevprop': '',
-                      'excludedRegions': '',
+                      'included-regions': inc_regs,
+                      'excluded-users': '',
+                      'exclusion-revprop-name': '',
+                      'excluded-regions': '',
                       'viewvc-url': 'http://anonscm.debian.org/viewvc/d-i/trunk'}}]
 
 

-- 
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