summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-02 14:18:54 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-02 14:18:54 +0200
commit86c8956964c45f76c01b276535a156249bc7389e (patch)
tree8c02bdc5475fc7c1f5f8b0bb8e3c99a4c3a486bd /bin/reproducible_common.sh
parent2202fcaeaf660c9c1b9d13195cb6e1b12bfc943c (diff)
downloadjenkins.debian.net-86c8956964c45f76c01b276535a156249bc7389e.tar.xz
reproducible: sort 404 before blacklisted in the UI
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 7308be36..2fe0e279 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -150,7 +150,7 @@ write_icon() {
write_page_header() {
rm -f $PAGE
MAINVIEW="stats"
- ALLSTATES="reproducible FTBR FTBFS depwait not_for_us blacklisted 404"
+ 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_stats repositories stats"
GLOBALVIEWS="issues scheduled notify repositories stats"
SUITEVIEWS="dd-list suite_stats"