diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-13 17:15:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-13 17:15:39 +0200 |
commit | b0a80c31af4915bcc9667e1c9c332613c9bd16dd (patch) | |
tree | f9768331abc94187b2ad990fcfd10a0c1743d273 | |
parent | e01dbdd8c5874a39d7134375ed92524ab456cc17 (diff) | |
download | jenkins.debian.net-b0a80c31af4915bcc9667e1c9c332613c9bd16dd.tar.xz |
reproducible Debian: improve formatting
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_common.sh | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9360bc71..151ca57f 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='' |