summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>"