summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-07-07 17:54:14 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-07 22:29:53 +0200
commit53abbeea9df372166eda9b1d169932db01fbcf7b (patch)
tree764cabaaaac30dc5db346f4c576681d3c40bee05 /job-cfg/d-i.yaml.py
parent1b9ed0af0cb45faf13c1fa08bb95d661bc968eae (diff)
downloadjenkins.debian.net-53abbeea9df372166eda9b1d169932db01fbcf7b.tar.xz
typo
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-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 cf9844f8..e0906d05 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -374,7 +374,7 @@ data.extend(
'project-type': 'freestyle',
'properties': prop(type='packages', priority=99),
'parameters': [{'string': {'name': 'PU_GIT_BRANCH',
- 'description': 'The git branch that triggered the build that reulted in this subsequent build'}}],
+ 'description': 'git branch that triggered the build that resulted in this subsequent build.'}}],
'logrotate': lr(90),
'publishers': publ(irc='debian-boot')}}])