diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-28 16:21:37 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-28 16:21:37 +0200 |
commit | d6fed3c800d8d6b3a4ca7b815b5c0c628a00a53c (patch) | |
tree | 2670d67951000556d686a14528ffec6e4682548d | |
parent | 76570fbb1291b95427bb5217778822463f3b0525 (diff) | |
download | jenkins.debian.net-d6fed3c800d8d6b3a4ca7b815b5c0c628a00a53c.tar.xz |
reproducible: fix typos
-rwxr-xr-x | bin/reproducible_stats.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 4b07c816..0050bb73 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -47,11 +47,11 @@ done htmlecho "</code></p>" htmlecho htmlecho "<p>$COUNT_UGLY packages failed to build from source: <code>${UGLY}</code></p>" -htmlecho "<p>$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS<code></p>" +htmlecho "<p>$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS</code></p>" htmlecho "<p>$COUNT_GOOD packages ($PERCENT_GOOD% of $COUNT_TOTAL) successfully built reproducibly: <code>${GOOD}</code></p>" htmlecho "<hr><p>Packages which fail to build reproducibly, sorted by Maintainers: and Uploaders: fields." htmlecho "<pre>$(echo $BAD | dd-list -i) </pre></p>" -htmlecho "<hr><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>" +htmlecho "<hr><p><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>" htmlecho "</p></body></html>" # job output |