summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',