[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: improve page titles

Holger Levsen holger at layer-acht.org
Mon Jun 12 18:41:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 9f1de37cef1b0f725e3fee0a26069a9f5a31ae48
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jun 12 20:41:39 2017 +0200

    reproducible Debian: improve page titles
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_dashboard.sh | 2 +-
 bin/reproducible_nodes_info.sh     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 684765b..ef20f73 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -651,7 +651,7 @@ create_performance_page() {
 	ARCH="amd64"
 	SUITE="unstable"
 	echo "$(date -u) - starting to write $PAGE page."
-	write_page_header $VIEW "Build node performance stats"
+	write_page_header $VIEW "Build network performance stats"
 	# arch performance stats
 	write_page "<p style=\"clear:both;\">"
 	for ARCH in ${ARCHS} ; do
diff --git a/bin/reproducible_nodes_info.sh b/bin/reproducible_nodes_info.sh
index 133319a..c44d82b 100755
--- a/bin/reproducible_nodes_info.sh
+++ b/bin/reproducible_nodes_info.sh
@@ -23,7 +23,7 @@ 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_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>"
 # 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;\">"
@@ -103,7 +103,7 @@ for TYPE in daily weekly ; do
 	ARCH=amd64
 	SUITE=unstable
 	echo "$(date -u) - starting to write $PAGE page."
-	write_page_header $VIEW "Build nodes $TYPE graphs"
+	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 "<p style=\"clear:both;\">"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list