[Qa-jenkins-scm] [jenkins.debian.net] 03/06: reproducible: s#failed to built#failed to build#g

Holger Levsen holger at moszumanska.debian.org
Wed Jun 10 17:12:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 86e0760dd9ef92efd51fb9a54b1e0e57f229ff28
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jun 10 12:55:55 2015 +0200

    reproducible: s#failed to built#failed to build#g
---
 bin/reproducible_coreboot.sh     |  2 +-
 bin/reproducible_html_graphs.sh  |  4 ++--
 bin/reproducible_html_indexes.py | 12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index eb12d5d..a407465 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -237,7 +237,7 @@ for i in * ; do
 done
 GOOD_PERCENT=$(echo "scale=1 ; ($GOOD_ROMS*100/$ALL_ROMS)" | bc)
 BAD_PERCENT=$(echo "scale=1 ; ($BAD_ROMS*100/$ALL_ROMS)" | bc)
-write_page "       </ul><p>$GOOD_ROMS ($GOOD_PERCENT%) out of $ALL_ROMS built coreboot images were reproducible, while $BAD_ROMS ($BAD_PERCENT%) failed to built from source."
+write_page "       </ul><p>$GOOD_ROMS ($GOOD_PERCENT%) out of $ALL_ROMS built coreboot images were reproducible, while $BAD_ROMS ($BAD_PERCENT%) failed to build from source."
 write_page "       These tests were last run on $DATE for version ${COREBOOT_VERSION}.</p>"
 write_page "    </div></div>"
 write_page_footer coreboot
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index ca778d6..157a470 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 /> <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
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 3cc5c52..51b74ec 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -148,13 +148,13 @@ pages = {
                 'icon_status': 'FTBR',
                 'icon_link': '/index_unreproducible.html',
                 'query': 'FTBR_all_abc',
-                'text': Template('$tot packages ($percent%) failed to built reproducibly in total in $suite/$arch:')
+                'text': Template('$tot packages ($percent%) failed to build reproducibly in total in $suite/$arch:')
             },
             {
                 'icon_status': 'FTBFS',
                 'icon_link': '/index_FTBFS.html',
                 'query': 'FTBFS_all_abc',
-                'text': Template('$tot packages ($percent%) failed to built from source in total $suite/$arch:')
+                'text': Template('$tot packages ($percent%) failed to build from source in total $suite/$arch:')
             },
             {
                 'icon_status': 'not_for_us',
@@ -191,7 +191,7 @@ pages = {
                 'query': 'FTBR_last24h',
                 'query2': 'FTBR_all',
                 'text': Template('$count packages ($percent% of ${count_total}) ' +
-                                 'failed to built reproducibly in total, $tot of them in the last 24h in $suite/$arch:'),
+                                 'failed to build reproducibly in total, $tot of them in the last 24h in $suite/$arch:'),
                 'timely': True
             },
             {
@@ -200,7 +200,7 @@ pages = {
                 'query': 'FTBFS_last24h',
                 'query2': 'FTBFS_all',
                 'text': Template('$count packages ($percent% of ${count_total}) ' +
-                                 'failed to built from source in total, $tot of them  in the last 24h in $suite/$arch:'),
+                                 'failed to build from source in total, $tot of them  in the last 24h in $suite/$arch:'),
                 'timely': True
             },
             {
@@ -223,7 +223,7 @@ pages = {
                 'query': 'FTBR_last48h',
                 'query2': 'FTBR_all',
                 'text': Template('$count packages ($percent% of ${count_total}) ' +
-                                 'failed to built reproducibly in total, $tot of them in the last 48h in $suite/$arch:'),
+                                 'failed to build reproducibly in total, $tot of them in the last 48h in $suite/$arch:'),
                 'timely': True
             },
             {
@@ -232,7 +232,7 @@ pages = {
                 'query': 'FTBFS_last48h',
                 'query2': 'FTBFS_all',
                 'text': Template('$count packages ($percent% of ${count_total}) ' +
-                                 'failed to built from source in total, $tot of them  in the last 48h in $suite/$arch:'),
+                                 'failed to build from source in total, $tot of them  in the last 48h in $suite/$arch:'),
                 'timely': True
             },
             {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list