summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
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_indexes.py
parent12833b63c14e65f259cfe15ec875fe7663853881 (diff)
downloadjenkins.debian.net-86e0760dd9ef92efd51fb9a54b1e0e57f229ff28.tar.xz
reproducible: s#failed to built#failed to build#g
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py12
1 files changed, 6 insertions, 6 deletions
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
},
{