summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_nodes_info.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-13 00:02:42 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-13 00:02:42 +0200
commite656e242d98ee2611a4089045ad8d4d7c70d0548 (patch)
tree923302dc919944a9e3a7c1fb20cefc1bebcab52a /bin/reproducible_html_nodes_info.sh
parentf844c5d0724c68962588b33476200f93ffb9cbf3 (diff)
downloadjenkins.debian.net-e656e242d98ee2611a4089045ad8d4d7c70d0548.tar.xz
reproducible Debian: refactoring is hard, fixup f02bf39d
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_nodes_info.sh')
-rwxr-xr-xbin/reproducible_html_nodes_info.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_nodes_info.sh b/bin/reproducible_html_nodes_info.sh
index 6f30ed76..eaf3fba3 100755
--- a/bin/reproducible_html_nodes_info.sh
+++ b/bin/reproducible_html_nodes_info.sh
@@ -25,7 +25,7 @@ SUITE=unstable
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
+write_page "$DISCLAIMER"
write_page "<p style=\"clear:both;\">"
for ARCH in ${ARCHS} ; do
write_page "<h3>$ARCH nodes</h3>"
@@ -104,7 +104,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 $DISCLAIMER
+ write_page "$DISCLAIMER"
write_page "<p style=\"clear:both;\">"
for ARCH in ${ARCHS} ; do
write_page "<h3>$ARCH nodes</h3>"