summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-01 17:57:35 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-01 17:57:35 +0100
commitd50ae5e5edccb808d29ed33c61cdd2725342dcf5 (patch)
tree4245f55e72bb4e313659e8e8399b7ee410481911 /bin/reproducible_html_dashboard.sh
parent30a59f686d4962b7937da5d48e2295e299ccca9a (diff)
downloadjenkins.debian.net-d50ae5e5edccb808d29ed33c61cdd2725342dcf5.tar.xz
reproducible Debian: improve language
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 55d8c16e..bfb4f6f8 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -636,7 +636,7 @@ create_performance_page() {
write_page "</p><p style=\"clear:both;\">"
done
# the end
- write_page "Daily <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_nodes_info/lastBuild/console\">individual build node performance stats</a> are available as well as views of oldest results for"
+ write_page "Daily <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_nodes_info/lastBuild/console\">individual build node performance stats</a> are available as well as oldest results for"
for ARCH in ${ARCHS} ; do
write_page " <a href=\"/debian/index_${ARCH}_oldies.html\">$ARCH</a>"
done