From d360afd82acb1b8ba8561938faa0a7160f38cec4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 10 Dec 2015 20:10:42 +0100 Subject: Revert "j-j-n.yaml: fight madness with more madness" This reverts commit 66ff8915e895c0821b7a44fdc461eeb902679981. --- job-cfg/d-i.yaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'job-cfg') 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', -- cgit v1.2.3-54-g00ecf