From 86c8956964c45f76c01b276535a156249bc7389e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Aug 2015 14:18:54 +0200 Subject: reproducible: sort 404 before blacklisted in the UI --- bin/reproducible_common.py | 8 ++++---- bin/reproducible_common.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 4d060bf5..914db273 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -171,13 +171,13 @@ html_head_page = Template((tab*2).join("""
  • - - blacklisted icon + + 404 icon
  • - - 404 icon + + blacklisted icon
  • issues
  • 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" -- cgit v1.2.3-70-g09d2