From 86e0760dd9ef92efd51fb9a54b1e0e57f229ff28 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 10 Jun 2015 12:55:55 +0200 Subject: 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 eb12d5df..a4074658 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 "

$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 "

$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}.

" write_page " " write_page_footer coreboot 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.

" @@ -495,7 +495,7 @@ create_pkg_sets_pages() { write_page "
The package set '${META_PKGSET[$i]}' in $SUITE/$ARCH consists of:
 
" 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 "
" if [ $COUNT_META_UGLY -gt 0 ] ; then diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 3cc5c52c..51b74ec7 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 }, { -- cgit v1.2.3-70-g09d2