summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/jenkins_node_definitions.sh2
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
-rwxr-xr-xbin/reproducible_html_nodes_info.sh (renamed from bin/reproducible_nodes_info.sh)1
3 files changed, 2 insertions, 3 deletions
diff --git a/bin/jenkins_node_definitions.sh b/bin/jenkins_node_definitions.sh
index 9b4eaf0b..46848fbb 100755
--- a/bin/jenkins_node_definitions.sh
+++ b/bin/jenkins_node_definitions.sh
@@ -5,7 +5,7 @@
# define Debian build nodes in use for tests.reproducible-builds.org/debian/
# FIXME: this is used differently in two places,
-# - bin/reproducible_nodes_info.sh
+# - bin/reproducible_html_nodes_info.sh
# where it *must* only contain the Debian nodes as it's used
# to generate the variations… and
# - bin/reproducible_cleanup_nodes.sh where it would be
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
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_html_nodes_info.sh
index 8a9d5ec2..6f30ed76 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_html_nodes_info.sh
@@ -26,7 +26,6 @@ echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "Nodes health overview"
DISCLAIMER="<p>This page is still under development. Please provide feedback, which other information (be it from munin or elsewhere) should be displayed and how this page should be split further, eg, the graphs could all be on another page and/or we should split this page into four for the four architectures being tested…</p>"
write_page $DISCLAIMER
-# FIXME: Also either $0 and its job needs to be renamed to include 'html' or the code needs to be moved elsewhere
write_page "<p style=\"clear:both;\">"
for ARCH in ${ARCHS} ; do
write_page "<h3>$ARCH nodes</h3>"