summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_indexes.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-03-07 10:45:09 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-07 10:48:51 +0100
commit87949d2625c166448fc3ebfd2c9bb4fa34009acd (patch)
tree28572d7e9c658ac9834ca93550e48b02d5edfd96 /bin/reproducible_html_indexes.py
parent202b35f5a8e53499ea3e554e17acc60bd5111cf5 (diff)
downloadjenkins.debian.net-87949d2625c166448fc3ebfd2c9bb4fa34009acd.tar.xz
reproducible: html_indexes: fix copy-paste error in the 404 template
Diffstat (limited to 'bin/reproducible_html_indexes.py')
-rwxr-xr-xbin/reproducible_html_indexes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 335dc503..d68aea9d 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -102,7 +102,7 @@ pages = {
{
'icon_status': '404',
'query': '404_all',
- 'text': Template('$tot ($percent%) packages which failed to build from source in $suite/$arch:')
+ 'text': Template('$tot ($percent%) packages where the sources failed to download in $suite/$arch:')
}
]
},