diff options
author | Philip Hands <phil@hands.com> | 2016-06-26 23:31:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-26 23:44:25 +0200 |
commit | d5e1cda0197c9ea9a921904f81bcf24983429783 (patch) | |
tree | 684e91589fb9cf68c9d3a5e65e6085d7ae526204 | |
parent | f12108004b082bb7cb33c176f2f1c4ea40aeb5d3 (diff) | |
download | jenkins.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>
-rwxr-xr-x | job-cfg/d-i.yaml.py | 4 |
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}'}}], |