summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-01-11 22:41:57 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-11 22:41:57 +0100
commitbb3c1b63b15f67d326d199391e32ffbeeee6b669 (patch)
treeda5cf1db84af1531f455d3d1fbea8f331a6d2b88 /bin/reproducible_html_breakages.py
parentee84610406e2f3d261acc4b7d90a61fba00cc7b3 (diff)
downloadjenkins.debian.net-bb3c1b63b15f67d326d199391e32ffbeeee6b669.tar.xz
reproducible Debian: s#html page#HTML page#g
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 0655923b..7ca883ae 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -39,7 +39,7 @@ def unrep_with_dbd_issues():
bad_dbd.append((pkg, version, suite, arch))
log.warning(suite + '/' + arch + '/' + pkg + ' (' + version + ') has '
'diffoscope output, but it does not seem to '
- 'be an html page.')
+ 'be an HTML page.')
if pkg not in sources_without_dbd:
sources_without_dbd.append(pkg)
return without_dbd, bad_dbd, sources_without_dbd