summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-10 12:55:55 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-10 14:36:00 +0200
commit86e0760dd9ef92efd51fb9a54b1e0e57f229ff28 (patch)
tree2f77abb1f26165c80ec9e7e72d749230e8b33c49 /bin/reproducible_html_graphs.sh
parent12833b63c14e65f259cfe15ec875fe7663853881 (diff)
downloadjenkins.debian.net-86e0760dd9ef92efd51fb9a54b1e0e57f229ff28.tar.xz
reproducible: s#failed to built#failed to build#g
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index ca778d6e..157a470c 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -404,7 +404,7 @@ create_suite_stats_page() {
write_page "$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly in $SUITE/$ARCH."
set_icon unreproducible
write_icon
- write_page "$COUNT_BAD packages ($PERCENT_BAD%) failed to built reproducibly."
+ write_page "$COUNT_BAD packages ($PERCENT_BAD%) failed to build reproducibly."
set_icon FTBFS
write_icon
write_page "$COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source.</p>"
@@ -495,7 +495,7 @@ create_pkg_sets_pages() {
write_page "<br />The package set '${META_PKGSET[$i]}' in $SUITE/$ARCH consists of: <br />&nbsp;<br />"
set_icon unreproducible
write_icon
- write_page "$COUNT_META_BAD ($PERCENT_META_BAD%) packages failed to built reproducibly:"
+ write_page "$COUNT_META_BAD ($PERCENT_META_BAD%) packages failed to build reproducibly:"
link_packages $META_BAD
write_page "<br />"
if [ $COUNT_META_UGLY -gt 0 ] ; then