diff options
-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}'}}], |