summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-18 17:42:31 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-18 17:43:41 +0200
commitf636b7168cc2fe342035f481a1b90c985cee55e1 (patch)
tree3a4cb59e3f7487a1253c262baf5ef55f3f0c4980 /bin/reproducible_common.sh
parentab6492de80c2afc5dd9334b50201e844b03fd11b (diff)
downloadjenkins.debian.net-f636b7168cc2fe342035f481a1b90c985cee55e1.tar.xz
reproducible debian: new page, performance stats, split off from dashboard
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-xbin/reproducible_common.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 8b782d1e..65cc9883 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -186,8 +186,8 @@ write_page_header() {
rm -f $PAGE
MAINVIEW="dashboard"
ALLSTATES="reproducible FTBR FTBFS depwait not_for_us 404 blacklisted"
- ALLVIEWS="notes no_notes pkg_sets last_24h last_48h all_abc arch scheduled suite_stats dd-list dashboard issues repositories notify"
- GLOBALVIEWS="issues scheduled notify repositories dashboard"
+ ALLVIEWS="notes no_notes pkg_sets last_24h last_48h all_abc arch scheduled suite_stats dd-list dashboard issues repositories notify performance"
+ GLOBALVIEWS="issues scheduled notify repositories dashboard performance"
SUITEVIEWS="dd-list suite_stats"
SPOKENTARGET["issues"]="issues"
SPOKENTARGET["notes"]="packages with notes"
@@ -202,6 +202,7 @@ write_page_header() {
SPOKENTARGET["suite_stats"]="suite: $SUITE"
SPOKENTARGET["repositories"]="repositories overview"
SPOKENTARGET["dashboard"]="Debian dashboard"
+ SPOKENTARGET["performance"]="performance stats"
write_page "<!DOCTYPE html><html><head>"
write_page "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />"
write_page "<meta name=\"viewport\" content=\"width=device-width\" />"
@@ -281,7 +282,7 @@ write_page_header() {
write_page "</ul></li>"
elif [ "$TARGET" = "last_48h" ] ; then
write_page "</ul></li>"
- elif [ "$TARGET" = "notify" ] ; then
+ elif [ "$TARGET" = "performance" ] ; then
write_page "</ul></li>"
elif [ "$TARGET" = "scheduled" ] ; then
write_page "</ul></li>"