summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-06-26 23:31:09 +0200
committerHolger Levsen <holger@layer-acht.org>2016-06-26 23:44:25 +0200
commitd5e1cda0197c9ea9a921904f81bcf24983429783 (patch)
tree684e91589fb9cf68c9d3a5e65e6085d7ae526204 /job-cfg/d-i.yaml.py
parentf12108004b082bb7cb33c176f2f1c4ea40aeb5d3 (diff)
downloadjenkins.debian.net-d5e1cda0197c9ea9a921904f81bcf24983429783.tar.xz
d-i: capitalise Debian on build jobs, since we need a trivial change
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-xjob-cfg/d-i.yaml.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index d7e3fae4..cf9844f8 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -361,7 +361,7 @@ for f in ['html', 'pdf']:
data.extend(
[{'defaults': {
'name': '{name}-{act}',
- 'description': ('Builds debian packages in sid from git {branchdesc}, '
+ 'description': ('Builds Debian packages in sid from git {branchdesc}, '
'triggered by pushes to <pre>{gitrepo}</pre> '
'{do_not_edit}'),
'triggers': [{'pollscm': {'cron': '{trg}'}}],
@@ -381,7 +381,7 @@ data.extend(
data.extend(
[{'defaults': {
'name': '{name}-pu-{act}',
- 'description': ('Builds debian packages in sid from git {branchdesc}, '
+ 'description': ('Builds Debian packages in sid from git {branchdesc}, '
'triggered by pushes to <pre>{gitrepo}</pre> '
'{do_not_edit}'),
'triggers': [{'pollscm': {'cron': '{trg}'}}],