summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-20 17:00:55 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-20 17:00:55 +0200
commit3dd1c33a0cb1fe34630ab699c3bfae8ab6962af8 (patch)
tree574428b5638e49c20edeabeac167dab7186764e1 /bin/reproducible_common.sh
parente0a392ddf8b3765e510b23ebd6770e12ff348515 (diff)
downloadjenkins.debian.net-3dd1c33a0cb1fe34630ab699c3bfae8ab6962af8.tar.xz
reproducible debian: new page, 'variations tested', 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 65cc9883..c787b824 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 performance"
- GLOBALVIEWS="issues scheduled notify repositories dashboard performance"
+ ALLVIEWS="notes no_notes pkg_sets last_24h last_48h all_abc arch scheduled suite_stats dd-list dashboard issues repositories notify performance variations"
+ GLOBALVIEWS="issues scheduled notify repositories dashboard performance variations"
SUITEVIEWS="dd-list suite_stats"
SPOKENTARGET["issues"]="issues"
SPOKENTARGET["notes"]="packages with notes"
@@ -203,6 +203,7 @@ write_page_header() {
SPOKENTARGET["repositories"]="repositories overview"
SPOKENTARGET["dashboard"]="Debian dashboard"
SPOKENTARGET["performance"]="performance stats"
+ SPOKENTARGET["variations"]="variations tested"
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\" />"
@@ -282,7 +283,7 @@ write_page_header() {
write_page "</ul></li>"
elif [ "$TARGET" = "last_48h" ] ; then
write_page "</ul></li>"
- elif [ "$TARGET" = "performance" ] ; then
+ elif [ "$TARGET" = "variations" ] ; then
write_page "</ul></li>"
elif [ "$TARGET" = "scheduled" ] ; then
write_page "</ul></li>"