summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-19 23:25:43 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-19 23:25:43 +0200
commit679c6074a44fd36776a6859c04e10329a80f45a2 (patch)
tree17132a10fdbe6c0298b0d3f924a2bd88335a86bd /bin
parentb033ad579894fb9178c9d6690a246d433d767639 (diff)
downloadjenkins.debian.net-679c6074a44fd36776a6859c04e10329a80f45a2.tar.xz
reproducible: fix navigation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh4
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"