From 38d96c7a8820651e69282151e3adfa584cb2f805 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 18 Nov 2014 02:14:31 +0100 Subject: reproducible: say never never once again --- bin/reproducible_html_graphs.sh | 2 +- bin/reproducible_scheduler.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 14616eac..f975fd32 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -160,7 +160,7 @@ if [ $COUNT_SOURCELESS -gt 0 ] ; then fi set_icon not_for_us write_icon -write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', 'amd64', 'linux-any', 'linux-amd64' nor 'any-amd64' will never be build here" +write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', 'amd64', 'linux-any', 'linux-amd64' nor 'any-amd64' will not be build here" write_page "and those " set_icon blacklisted write_icon diff --git a/bin/reproducible_scheduler.sh b/bin/reproducible_scheduler.sh index f17590a0..5922e0ad 100755 --- a/bin/reproducible_scheduler.sh +++ b/bin/reproducible_scheduler.sh @@ -91,7 +91,7 @@ select_unknown_packages() { WHERE sources.name=source_packages.name) ORDER BY random() LIMIT $1" - do_sql_query "never tested before, randomly sorted" + do_sql_query "not tested before, randomly sorted" } select_new_versions() { -- cgit v1.2.3-54-g00ecf