diff options
-rwxr-xr-x | job-cfg/d-i.yaml.py | 2 |
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', |