diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-10 20:10:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 20:10:42 +0100 |
commit | d360afd82acb1b8ba8561938faa0a7160f38cec4 (patch) | |
tree | 03747aac713f366e00fd262a73b2a8d4740e3005 /job-cfg | |
parent | 66ff8915e895c0821b7a44fdc461eeb902679981 (diff) | |
download | jenkins.debian.net-d360afd82acb1b8ba8561938faa0a7160f38cec4.tar.xz |
Revert "j-j-n.yaml: fight madness with more madness"
This reverts commit 66ff8915e895c0821b7a44fdc461eeb902679981.
Diffstat (limited to 'job-cfg')
-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 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', |