summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-11-18 02:14:31 +0100
committerHolger Levsen <holger@layer-acht.org>2014-11-18 02:14:31 +0100
commit38d96c7a8820651e69282151e3adfa584cb2f805 (patch)
tree25eb2b6e25e3ece0be733141794a2517e9c87621 /bin
parent1886681112280e17cea4fa0a03c55f0a7e7bfa66 (diff)
downloadjenkins.debian.net-38d96c7a8820651e69282151e3adfa584cb2f805.tar.xz
reproducible: say never never once again
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
-rwxr-xr-xbin/reproducible_scheduler.sh2
2 files changed, 2 insertions, 2 deletions
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() {