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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_common.py') 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))) -- cgit v1.2.3-54-g00ecf