summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-10 20:09:20 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 20:09:24 +0100
commit66ff8915e895c0821b7a44fdc461eeb902679981 (patch)
tree541615575bab2b40e00e811617395b3039f6f098 /job-cfg/d-i.yaml.py
parenta5307a0de94b396a15ff2c70f050934d17c5e62b (diff)
downloadjenkins.debian.net-66ff8915e895c0821b7a44fdc461eeb902679981.tar.xz
j-j-n.yaml: fight madness with more madness
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-xjob-cfg/d-i.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 79a0fc05..95039546 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -147,7 +147,7 @@ zipl-installer
def scm_svn(po, inc_regs=None):
if inc_regs == None:
- inc_regs = os.path.join('/trunk/manual/', 'po' if po else '', '{lang}', '.*')
+ inc_regs = "'" + os.path.join('/trunk/manual/', 'po' if po else '', '{lang}', '.*') + "'"
return [{'svn': {'excluded-commit-messages': '',
'url': 'svn://anonscm.debian.org/svn/d-i/trunk',