From 87949d2625c166448fc3ebfd2c9bb4fa34009acd Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sat, 7 Mar 2015 10:45:09 +0100 Subject: reproducible: html_indexes: fix copy-paste error in the 404 template --- bin/reproducible_html_indexes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_indexes.py') 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:') } ] }, -- cgit v1.2.3-54-g00ecf