From b987a580c2078cf1406106ecd6241cb6bdcd977a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 16 Feb 2015 14:26:10 +0100 Subject: reproducible: sort pkg_stats before stats --- bin/reproducible_common.py | 2 +- bin/reproducible_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py index 10e1f639..db5cc26d 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -155,8 +155,8 @@ html_head_page = Template((tab*2).join("""
  • packages tested in the last 48h
  • all tested packages (sorted alphabetically)
  • maintainers of unreproducible packages
  • -
  • stats
  • package sets stats
  • +
  • stats
  • """.splitlines(True))) diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 20780b91..c88483b7 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -159,7 +159,7 @@ init_html() { SUITE=sid MAINVIEW="stats" ALLSTATES="reproducible FTBR FTBFS 404 not_for_us blacklisted" - ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list stats pkg_sets" + ALLVIEWS="issues notes no_notes scheduled last_24h last_48h all_abc dd-list pkg_sets stats" SPOKENTARGET["reproducible"]="packages which built reproducibly" SPOKENTARGET["FTBR"]="packages which failed to build reproducibly" SPOKENTARGET["FTBFS"]="packages which failed to build from source" -- cgit v1.2.3-70-g09d2