summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 19:37:46 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 19:37:46 +0200
commit177258fe2f079e2105ceaf9462f0ad0c44c7a0b2 (patch)
tree5465bb76a325e02e0abfb7497c26c8bc33971d92
parente042e902a181d40ae76bb044d3fd2c52c61465ee (diff)
downloadjenkins.debian.net-177258fe2f079e2105ceaf9462f0ad0c44c7a0b2.tar.xz
reproducible Debian: fix navigation on health pages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/reproducible_nodes_info.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index 9aa751f6..1878a8d8 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -20,6 +20,8 @@ TMPFILE_NODE=$(mktemp)
#
VIEW=nodes_health
PAGE=index_${VIEW}.html
+ARCH=amd64
+SUITE=unstable
echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "Build nodes health overview"
write_page "<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>"
@@ -97,6 +99,8 @@ publish_page debian
VIEW=nodes_graphs
PAGE=index_${VIEW}.html
+ARCH=amd64
+SUITE=unstable
echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "Build nodes health graphs"
write_page "<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>"