diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-06-13 17:14:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-06-13 17:14:20 +0200 |
commit | e01dbdd8c5874a39d7134375ed92524ab456cc17 (patch) | |
tree | 3bfd759421df2aa190fd9a229cebb190e421ba9c /bin | |
parent | 762bfd821b49a8a939aaada9152ebad420f12072 (diff) | |
download | jenkins.debian.net-e01dbdd8c5874a39d7134375ed92524ab456cc17.tar.xz |
reproducible Debian: everybody loves tpyos
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9b24b321..9360bc71 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -182,7 +182,7 @@ 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='' |