From 177258fe2f079e2105ceaf9462f0ad0c44c7a0b2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Jun 2017 19:37:46 +0200 Subject: reproducible Debian: fix navigation on health pages Signed-off-by: Holger Levsen --- bin/reproducible_nodes_info.sh | 4 ++++ 1 file changed, 4 insertions(+) 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 "

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…

" @@ -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 "

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…

" -- cgit v1.2.3-70-g09d2