summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-10 20:10:42 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-10 20:10:42 +0100
commitd360afd82acb1b8ba8561938faa0a7160f38cec4 (patch)
tree03747aac713f366e00fd262a73b2a8d4740e3005 /job-cfg/d-i.yaml.py
parent66ff8915e895c0821b7a44fdc461eeb902679981 (diff)
downloadjenkins.debian.net-d360afd82acb1b8ba8561938faa0a7160f38cec4.tar.xz
Revert "j-j-n.yaml: fight madness with more madness"
This reverts commit 66ff8915e895c0821b7a44fdc461eeb902679981.
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 95039546..79a0fc05 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',