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

Holger Levsen holger at layer-acht.org
Tue Jun 13 15:15: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 b0a80c31af4915bcc9667e1c9c332613c9bd16dd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jun 13 17:15:39 2017 +0200

    reproducible Debian: improve formatting
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_common.sh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 9360bc7..151ca57 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -182,7 +182,15 @@ write_page_header() {
 	fi
 
 	# Used to highlight the link for the current page
-	if [ "$1" = "dashboard" ] || [ "$1" = "performance" ] || [ "$1" = "repositories" ] || [ "$1" = "variations" ] || [ "$1" = "suite_arch_stats" ] || [ "$1" = "bugs" ] || [ "$1" = "nodes_health" ] || [ "$1" = "nodes_weekly_graphs" ] || [ "$1" = "nodes_daily_graphs" ] ; then
+	if [ "$1" = "dashboard" ] \
+		|| [ "$1" = "performance" ] \
+		|| [ "$1" = "repositories" ] \
+		|| [ "$1" = "variations" ] \
+		|| [ "$1" = "suite_arch_stats" ] \
+		|| [ "$1" = "bugs" ] \
+		|| [ "$1" = "nodes_health" ] \
+		|| [ "$1" = "nodes_weekly_graphs" ] \
+		|| [ "$1" = "nodes_daily_graphs" ] ; then
 		displayed_page="\"$1\": \"true\""
 	else
 		displayed_page=''

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