summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-13 17:15:39 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-13 17:15:39 +0200
commitb0a80c31af4915bcc9667e1c9c332613c9bd16dd (patch)
treef9768331abc94187b2ad990fcfd10a0c1743d273 /bin/reproducible_common.sh
parente01dbdd8c5874a39d7134375ed92524ab456cc17 (diff)
downloadjenkins.debian.net-b0a80c31af4915bcc9667e1c9c332613c9bd16dd.tar.xz
reproducible Debian: improve formatting
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh10
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=''