From b8d551c7e26f1aea1134a5324a863022537346f8 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 5 Mar 2019 20:48:39 +0100 Subject: webapp: remove the architecture compaction It confused Guillem Jover at least. --- webapp.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp.py b/webapp.py index cfdf434..dd20ad6 100644 --- a/webapp.py +++ b/webapp.py @@ -108,9 +108,6 @@ def formatts_filter(ts): def arch_format_filter(context, some_archs): if context["architectures"] == some_archs: return "any" - if len(some_archs) > 3: - return jinja2.Markup('%d architectures' % - (", ".join(sorted(some_archs)), len(some_archs))) return ", ".join(sorted(some_archs)) def collect_depstate(conn, source): -- cgit v1.2.3