diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 23:25:43 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 23:25:43 +0200 |
commit | 679c6074a44fd36776a6859c04e10329a80f45a2 (patch) | |
tree | 17132a10fdbe6c0298b0d3f924a2bd88335a86bd | |
parent | b033ad579894fb9178c9d6690a246d433d767639 (diff) | |
download | jenkins.debian.net-679c6074a44fd36776a6859c04e10329a80f45a2.tar.xz |
reproducible: fix navigation
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 8185b5a9..56f8c7a5 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -152,9 +152,9 @@ write_page_header() { rm -f $PAGE MAINVIEW="stats" ALLSTATES="reproducible FTBR FTBFS depwait not_for_us 404 blacklisted" - ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc notify dd-list pkg_sets suite_amd64_stats suite_armhf_stats repositories stats" + ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc notify dd-list pkg_sets suite_stats repositories stats" GLOBALVIEWS="issues scheduled notify repositories stats" - SUITEVIEWS="dd-list suite_amd64_stats suite_armhf_stats" + SUITEVIEWS="dd-list suite_stats" SPOKENTARGET["issues"]="issues" SPOKENTARGET["notes"]="packages with notes" SPOKENTARGET["no_notes"]="packages without notes" |