diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-25 13:24:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-25 13:24:39 +0200 |
commit | 72c249a1e86d4784f38f340e7cbd03ec7590c9c9 (patch) | |
tree | fd1b81fb7f175ee59d6fb063a7f6d4500ee8a5b7 /job-cfg | |
parent | 77d1ee6feb94cafbe4c115be8c2c66fcd08fb7d4 (diff) | |
download | jenkins.debian.net-72c249a1e86d4784f38f340e7cbd03ec7590c9c9.tar.xz |
fix description..oO('.yaml.py, whats next?')
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index d955dd37..8508e220 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -83,7 +83,7 @@ for arch in architectures: print(""" - project: name: rebootstrap - do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/rebootstrap.yaml">rebootstrap.yaml</a>.' + do_not_edit: '<br><br>Job configuration source is <a href="http://anonscm.debian.org/gitweb/?p=qa/jenkins.debian.net.git;a=blob;f=job-cfg/rebootstrap.yaml.py">rebootstrap.yaml.py</a>.' jobs:""") for arch in architectures: for gccver in gcc_versions: |