summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-12 23:46:16 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-12 23:46:16 +0200
commitf02bf39d07ceadc3f6882d6ccd2e8a8fe8c2b29e (patch)
treeab09f42e3523a2715dae696b9672d56e8ff4ce91
parentf5c7e0a4e4cf9cc54d8e488850a237244e5517ef (diff)
downloadjenkins.debian.net-f02bf39d07ceadc3f6882d6ccd2e8a8fe8c2b29e.tar.xz
reproducible Debian: refactor
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/reproducible_nodes_info.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index c44d82ba..8a9d5ec2 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -24,7 +24,8 @@ ARCH=amd64
SUITE=unstable
echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "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>"
+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
@@ -104,8 +105,7 @@ for TYPE in daily weekly ; do
SUITE=unstable
echo "$(date -u) - starting to write $PAGE page."
write_page_header $VIEW "Nodes $TYPE 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>"
- # FIXME: Also either $0 and its job needs to be renamed to include 'html' or the code needs to be moved elsewhere
+ write_page $DISCLAIMER
write_page "<p style=\"clear:both;\">"
for ARCH in ${ARCHS} ; do
write_page "<h3>$ARCH nodes</h3>"