summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-14 11:55:22 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-14 11:55:22 +0100
commit38408a7c7a56c7baec8006bee0bf8ba3e9cca368 (patch)
treec6427e20d537924e44597fccf6aa56aca7eaa4a0 /bin/reproducible_common.sh
parente9e8e71591f4056162d17e4d99e94501af3b8b42 (diff)
downloadjenkins.debian.net-38408a7c7a56c7baec8006bee0bf8ba3e9cca368.tar.xz
reproducible Debian: show bugs filed on a dedicated page (thanks jmw for the idea)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index ea883546..d41759a6 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -205,7 +205,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" ]; then
+ if [ "$1" = "dashboard" ] || [ "$1" = "performance" ] || [ "$1" = "repositories" ] || [ "$1" = "variations" ] || [ "$1" = "suite_arch_stats" ] || [ "$1" = "bugs" ] ; then
displayed_page="\"$1\": \"true\""
else
displayed_page=''