summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 23:52:52 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 23:52:52 +0200
commitabc5d6ee19068fc4c4a19bb61c466ac3251e9f94 (patch)
tree0cb1adef235158e664df6439403f07af80bf6cb0 /bin/reproducible_html_dashboard.sh
parentf02bf39d07ceadc3f6882d6ccd2e8a8fe8c2b29e (diff)
downloadjenkins.debian.net-abc5d6ee19068fc4c4a19bb61c466ac3251e9f94.tar.xz
reproducible debian: rename _nodes_info to _html_nodes_info
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 4dc7b5d5..3855a8c7 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -676,7 +676,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 oldest results for"
+ write_page "Daily <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_html_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