From d3159c20c2abae8f7fa322e40383aa123a046b39 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 Mar 2015 14:47:08 +0100 Subject: reproducible: dd-lists are not arch specific --- 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 de525aab..b6971a5d 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -189,7 +189,7 @@ def _gen_links(suite, arch): ('last_24h', '
  • packages tested in the last 24h
  • '), ('last_48h', '
  • packages tested in the last 48h
  • '), ('all_abc', '
  • all tested packages (sorted alphabetically)
  • '), - ('dd-list', '
  • maintainers of unreproducible packages
  • '), + ('dd-list', '
  • maintainers of unreproducible packages
  • '), ('pkg_sets', '
  • package sets stats
  • ') ] html = '' -- cgit v1.2.3-54-g00ecf