summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2015-06-02 15:06:53 +0100
committerHolger Levsen <holger@layer-acht.org>2015-06-02 16:14:56 +0200
commit315e872f6eba6a0c25970560bb110516fd4bef2d (patch)
tree51746e64b68304850ba4f2487bb5065aff177d6d /job-cfg
parente6e5747c39331e95c530d6b779b63e15f068c24c (diff)
downloadjenkins.debian.net-315e872f6eba6a0c25970560bb110516fd4bef2d.tar.xz
fix source reference to point at the .py file
Diffstat (limited to 'job-cfg')
-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 055364a6..cbce9902 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -345,7 +345,7 @@ data.append(
{'project': {
'jobs': jobs,
'name': 'd-i',
- 'do_not_edit': '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/d-i.yaml">d-i.yaml</a>.'}}
+ 'do_not_edit': '<br><br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/d-i.yaml.py">d-i.yaml.py</a>.'}}
)
sys.stdout.write( dump(data, Dumper=Dumper) )